v1
latestOpenAPI 3.0.22026-08-045831103.6 KBOrganizations
Get organization
Retrieve a single organization by ID
get/v1/organizations/{id}
Path parameters
idstring uuid required
Example:8feade82-d77b-4e8b-9d35-fd43e972b5c8
UUID
Headers
api-tokenstring required
API Token
Response
An organization object
Example response
{
"data": {
"id": "8feade82-d77b-4e8b-9d35-fd43e972b5c8",
"created_at": "2020-01-01T14:15:00.000000+00:00",
"updated_at": "2020-01-01T14:15:00.000000+00:00",
"name": "Organization name"
}
}