cURL
curl --request GET \ --url https://api.interchange.io/api/v2/accounts \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "id": 100, "company": "Acme Inc", "name": "Acme", "role": "ADMIN" } ] }
List all customer accounts the authenticated user has active membership on.
Documentation IndexFetch the complete documentation index at: https://docs.interchange.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
Use this file to discover all available pages before exploring further.
API key or access token
List customer accounts
List of customer accounts for the authenticated user
Customer accounts the user has access to
Show child attributes