POST
/
v1
/
messaging
/
conversations
/
{conversationUid}
/
participants
Add participant to conversation
curl --request POST \
  --url https://api-staging.respondent.io/v1/messaging/conversations/{conversationUid}/participants \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>' \
  --data '{
  "participantUserId": "<string>"
}'

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

conversationUid
string
required

Body

application/json