Skip to main content

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.

info

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

OK

Response Headers
    X-PaginationLimit

    The per page limit. Currently set to 100 but subject to change at any time.

    X-Pagination-Current-Page

    The current page. Defaults to 1.

    X-Pagination-Total-Pages

    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.

    X-Pagination-Total-Count

    The total number of records in the result set (across all pages).