List Accounts
GET/v1/accounts
Allows you to see information about the corresponding account(s) related to a given API key, such as the company name and address.
This endpoint does not require you to pass in the Account-Token
header. It does still require the API key to be passed in via the
Authorization header though, as this API key is what is used to lookup the
associated accounts.
Request
Responses
- 200
- 401
- 500
OK
Response Headers
The per page limit. Currently set to 100 but subject to change at any time.
The current page. Defaults to 1.
The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.
The total number of records in the result set (across all pages).
Request could not be authenticated
Something unexpected happened