Skip to main content
POST
/
messaging
/
conversations
/
{conversation_id}
/
link
Link Conversation
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/messaging/conversations/{conversation_id}/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json
customer_id
string<uuid>
required

Response

Successful Response