Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
curl --request POST \ --url https://realtime.govworx.net/webhookhandler/call \ --header 'Content-Type: application/json' \ --data ' { "call_id": "<string>", "status": "STARTED" } '
Implement a handler for this webhook to get information about Call lifecycle events (e.g., started, ended, etc.).
Call Status webhook payload
GUID Representing Call ID
Call Status
STARTED
ENDED
Indicates the callback was recieved successfully