Messaging Settings
List messaging settings
This endpoint lets you list all the Messaging Settings you have access to.
You can filter the Messaging Settings based on the Organization or the Business that they are related to.
get/messaging/settings
Query parameters
pageinteger
Current page number.
per_pageinteger
Number of items to return per page.
business__inBusinessId[]
Filter by business ids. Use a comma-separated list to provide multiple ids.
[ "5409c35a97bbc544d8e26737" ]
Response
OK
Example response
{
"settings": [
{
"business_address": "1 Rue de la Paix, 75000 Paris",
"custom_chat_hours": {
"monday": [
"10:00-14:00"
],
"tuesday": [
"10:00-14:00"
],
"wednesday": [
"10:00-14:00"
],
"thursday": [
"10:00-14:00"
],
"friday": [
"10:00-14:00"
],
"saturday": [
"10:00-14:00"
],
"sunday": [
"10:00-14:00"
]
}
}
],
"page": 1,
"count": 1,
"max_page": 1
}