Get All Accounts
GET/v2/accounts
Use this endpoint to Get all accounts.
You can use pagination with this resource. For more information, see pagination.
Filtering
The following operators and attributes are available for filtering accounts:
Attribute | Type | Operators | Example |
---|---|---|---|
name | string |
| like(name,*swan*) |
legal_name | string |
| like(legal_name,*swan*) |
registration_id | string |
| like(registration_id,00000000-0000-1000-8000-*) |
external_ref | string |
| like(external_ref,16be*) |
id | string |
| in(id,"99248259-feea-40c6-b855-f719ee87a539", "363e4505-a2bb-4bc1-b667-2cc9a4de8668") |
created_at | string |
| gt(created_at,"2021-06-02T18:44:07.617Z") |
updated_at | string |
| ge(updated_at,"2021-06-07T18:24:48.149Z") |
Request
Responses
- 200
- 401
- default
OK
Unauthorized
Internal server error.