Skip to main content
GET
/
messaging
/
conversations
List Conversations
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/messaging/conversations
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

search
string | null
filter
string | null
customer_id
string | null
channel
string | null
limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

Successful Response