List Accounts
This endpoint returns a list of all the ShipEngine accounts that you've created. All accounts are returned by default, but you can optionally filter by active or inactive status.
Query Parameter | Type | Description |
---|---|---|
active | bool | optional Return only accounts in the specified active state. Defaults to null . |
page | integer | Return a specific "page" of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page will be returned. ex. 100 |
page_size | integer | The number of labels to return per response. Defaults to 25, maximum is 500. ex. 100 |
Example Request & Response
GET /v1/partners/accounts
Response