Inbox details
GET
/public/api/v1/inboxes/{inbox_identifier}
Inbox API
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/public/api/v1/inboxes/'
Response Response Example
200 - Example 1
{
"identifier": "string",
"name": "string",
"timezone": "string",
"working_hours": [
{
"day_of_week": 0,
"open_all_day": true,
"closed_all_day": true,
"open_hour": 0,
"open_minutes": 0,
"close_hour": 0,
"close_minutes": 0
}
],
"working_hours_enabled": true,
"csat_survey_enabled": true,
"greeting_enabled": true,
"identity_validation_enabled": true
}
Request
Path Params
inbox_identifier
stringÂ
required