v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBaccounts
List accounts
Lists the accounts the current authenticated entity has access to.
get/accounts
Response
Depending on how you are authenticated you will see all the accounts you have access to or the account you used to authenticate.
Example response
{
"data": [
{
"id": 1,
"email": "example-account@example.com",
"plan_identifier": "teams-v1-monthly",
"created_at": "2015-09-18T23:04:37Z",
"updated_at": "2016-06-09T20:03:39Z"
}
]
}