v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
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

pageinteger

The current page number.

countinteger

Total number of results available for the filters and dimensions requested.

max_pageinteger

Total number of pages available for this request.

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
}