cURL
curl --request GET \ --url https://api.sandbox.asapp.com/autocompose/v1/autopilot/greetings/status \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "enabled": true }
Get autopilot greetings status for an agent
Identifier of the agent, data format is expected to be UUID
The autopilot greetings status for this agent
Autopilot status for an agent
Was this page helpful?