GET /billing/usage/{account_id}

Get Impressions Usage by account id

Servers

Path parameters

Name Type Required Description
account_id Integer Yes

The account ID of the customer

Query parameters

Name Type Required Description
page Integer No

Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.

Default value: 1

query String No

Search by experiment_id, project_id.

order[] Array No

The property to sort by.

per_page Integer No

Optional pagination argument that specifies the maximum number of objects to return per request

Default value: 25

sort[] Array No

The property to sort by.

usage_date_to String Yes

End date of date range

usage_date_from String Yes

Start date of date range

platforms[] Array No

The platform of the Project

Default value: [ "edge", "fullstack", "web" ]

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.