Accounts
Get an Account by ID
get/accounts/{id}
Path parameters
idstring required
Id of the account
Response
The requested Account
Example response
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.