GET
/
public
/
api
/
v1
/
inboxes
/
{inbox_identifier}
curl --request GET \
  --url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}
{
  "identifier": "<string>",
  "name": "<string>",
  "timezone": "<string>",
  "working_hours": [
    {
      "day_of_week": 123,
      "open_all_day": true,
      "closed_all_day": true,
      "open_hour": 123,
      "open_minutes": 123,
      "close_hour": 123,
      "close_minutes": 123
    }
  ],
  "working_hours_enabled": true,
  "csat_survey_enabled": true,
  "greeting_enabled": true,
  "identity_validation_enabled": true
}

Path Parameters

inbox_identifier
string
required

The identifier obtained from API inbox channel

Response

200
application/json
Success

The response is of type object.