Administration
Retrieve a tenant
Get detailed properties for a tenant.
get/tenants/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the tenant.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"currency": "USD",
"office_hours": {
"monday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"tuesday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"wednesday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"thursday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"friday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"saturday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"sunday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
}
},
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
],
"e164": {
"country": "Angola(244)"
},
"created_at": "2017-07-21T17:32:28Z",
"avatar_file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK"
}