POST
/
conversation
/
v1
/
conversations
/
{conversationId}
/
authenticate

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.

auth
object
required

An authentication payload that could contain different types of credentials, such as a token, used to authenticate an end user. All of the fields are optional, but at least one will be required

customerExternalId
string
required

The unique identifier for the customer in your external system.

streamId
string

The unique identifier for the connection where responses should be sent.