Skip to main content
GET
/
realtime
/
v1
/
call
/
webhooks
Retrieve Call Events Registration
curl --request GET \
  --url https://realtime.govworx.net/realtime/v1/call/webhooks
[
  {
    "id": "<string>",
    "tenantId": "<string>",
    "url": "<string>",
    "eventType": "<string>",
    "active": true,
    "deleted": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Response

Webhook list retrieved successfully

id
string

Unique identifier for this webhook registration

tenantId
string

Tenant identifier linked to this webhook registration

url
string

URL that will receive webhook payloads

eventType
string

Event types this webhook is registered for

active
boolean

Whether this webhook is currently active

deleted
boolean

Whether this webhook is currently deleted

createdAt
string<date-time>

When this webhook was registered

updatedAt
string<date-time>

When this webhook was last updated