Accounts
List Accounts
Returns a paginated list of accounts the authenticated user has access to. Results can be filtered by name.
get/accounts
Query parameters
limitinteger
Maximum number of results per page
pageinteger
Page number to retrieve
includestring[]
Comma-separated list of related resources to include for accounts.
filter[name]string
Example:Acme Corporation
Filter accounts by exact name match.
Response
Success
Example response
{
"data": [
{
"billing_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.