API reference
V2Sequence Agents

Test sequence agent

Test for sequence agent.

POST
/api/v2/agents/{id}/test

Test for sequence agent.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/agents/string/test"
{  "status": "ok",  "data": {}}