cURL
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.
Stores customer-specific authentication credentials for use in integrated flows.
The identifier for a conversation.
Contains authentication information for a customer in a conversation.
204 - No Content
Was this page helpful?