Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Example:
"ok"
curl --request GET \
--url https://api.comm.com/api/v1/webhooks/calls/receive/11labs-hangup \
--header 'Authorization: Bearer <token>'
{
"status": "ok"
}
curl --request GET \
--url https://api.comm.com/api/v1/webhooks/calls/receive/11labs-hangup \
--header 'Authorization: Bearer <token>'
{
"status": "ok"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"ok"