Accounts
Number of APIs: 83
-
Gets the descriptors for all of an account's active reports (for listings) GET {{baseUrl}}/v2.1/accounts/{{accountId}}/reports
-
Creates a customized report POST {{baseUrl}}/v2.1/accounts/{{accountId}}/reports
-
Gets the specified report GET {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/{{id}}
-
Saves a customized report PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/{{id}}
-
Returns the result set from running the specified report PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/report_results
-
Returns the specified report as a CSV string PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/report_results_csv
-
Obtains the specified image for a brand. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}/logos/{{logoType}}
-
Removes a brand. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}
-
Export a specific brand. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}/file
-
Get information for a specific brand. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}?include_external_references={{include_external_references}}&include_logos={{include_logos}}