POST
/
conversation
/
v1
/
conversations
/
{conversationId}
/
authenticate
curl --request POST \
  --url https://api.sandbox.asapp.com/conversation/v1/conversations/{conversationId}/authenticate \
  --header 'Content-Type: application/json' \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>' \
  --data '{
  "customerExternalId": "customer-xyz",
  "token": "cGFzc3dvcmQ="
}'
This response does not have an example.

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

conversationId
string
required

The identifier for a conversation.

Body

application/json

Contains authentication information for a customer in a conversation.

Response

204

204 - No Content