Accounts
Find an Account by ID
Find a Project (also referred to as Account) by ID.
Permissions
The API token must include the following scopes: Management.
get/Accounts/{Sid}
Response
OK
Example response
{
"auth_token": "Redacted",
"date_created": "Sat, 15 Sept 2018 10:00:00 +0000",
"date_updated": "Sat, 16 Sept 2018 10:00:00 +0000",
"friendly_name": "My Project",
"type": "Full"
}