List Accounts
GET/v1/accounts
Allows you to see information about the corresponding account(s) related to a given API key or Organization, such as the company name and address.
This endpoint does not require you to pass in the Account-Token
header. When not using an Organization Token, the API key must be
passed in via the Authorization header as this API key is
what is used to lookup the associated accounts.
If this endpoint is authenticated using an Organization Token, all owner account memberships for accounts associated with the organization will be returned.
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