Path parameters
-
id
string Required
GET
/api/organizations/{id}
curl \
-X GET https://metropolitanabogota.org/api/organizations/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "string",
"email": "string",
"primaryDomain": "string",
"id": "string",
"alias": "string",
"labels": [
{
"name": "string",
"bgColor": "string",
"id": "string",
"resourceType": "string",
"createdAt": "2024-05-04T09:42:00+00:00"
}
],
"settings": {
"shiftReports": {
"enabled": true,
"uiSchema": {}
},
"email": {
"enabled": true,
"signature": "string"
},
"sms": {
"enabled": true
},
"webPush": {
"enabled": true,
"vapidPublicKey": "string"
}
}
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}