API ReferenceOrganizations
Get organization
Get organization details and statistics.
Authorization
sessionAuth AuthorizationBearer <token>
NextAuth session token
In: header
Path Parameters
orgId*string
Organization ID
Format
uuidResponse Body
application/json
curl -X GET "https://platform.autophone.org/api/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"ownerId": "4d206909-730f-409a-88f6-dcfaa8fc28cc",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
},
"stats": {
"assistants": 0,
"phoneNumbers": 0,
"contacts": 0,
"conversations": 0
}
}Empty
Empty
Empty