AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Inbox API
Inbox details
Inbox API
Inbox details
Get the details of an inbox
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
The identifier obtained from API inbox channel
Response
200
application/json
Success
The response is of type object
.
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
}