get https://api.compose.io/2016-07/accounts
Fetch information about all accounts to which your user is a member.
This endpoint returns _embedded
key containing a key accounts
whose value is an array enumerating accounts objects. These represent accounts connected to the authorization token in use. Currently, this array will only be populated with one entry.
accounts object key | Description |
---|---|
id | The account id associated with the token |
name | The account name |
slug | The account slug (short name) |