POST
/
v1
/
conversations
/
{conversation_id}
/
prospects
/
{prospect_id}
/
links
curl --request POST \
  --url https://api.trata.ai/v1/conversations/{conversation_id}/prospects/{prospect_id}/links \
  --header 'Authorization: Bearer <token>'
{
  "message": "link"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

ID of the conversation

prospect_id
string
required

ID of the prospect

Response

200
application/json

Successful Response

The response is of type object.