Get a list of account that you have authority to get data or manage. Returns an array of account_id and account_name and pixel list in the response body if success with http code 200.QPS limit: 60, IP limit: 15.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.mediago.io/manage/v1/account' \
--header'Authorization: Bearer your_access_token_here' \
--header'Content-Type: application/x-www-form-urlencoded'