POST
/
v1
/
agents
/
{agent_id}
/
try
curl --request POST \
  --url https://api.eqho.ai/v1/agents/{agent_id}/try \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "phone_number": "<string>",
  "campaign_id": "<string>"
}'
"<any>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

agent_id
string
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type any.