Accounts

Number of APIs: 83

  1. Gets the descriptors for all of an account's active reports (for listings) GET {{baseUrl}}/v2.1/accounts/{{accountId}}/reports

  2. Creates a customized report POST {{baseUrl}}/v2.1/accounts/{{accountId}}/reports

  3. Gets the specified report GET {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/{{id}}

  4. Saves a customized report PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/{{id}}

  5. Returns the result set from running the specified report PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/report_results

  6. Returns the specified report as a CSV string PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/reports/report_results_csv

  7. Obtains the specified image for a brand. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}/logos/{{logoType}}

  8. Removes a brand. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}

  9. Export a specific brand. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}/file

  10. Get information for a specific brand. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands/{{brandId}}?include_external_references={{include_external_references}}&include_logos={{include_logos}}