GET
/
v2
/
webhooks
curl --request GET \
  --url https://api.openregisters.com/v2/webhooks \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "url": "<string>",
    "api_version": "<string>",
    "status": "active",
    "org_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Sign up at OpenRegisters.com to get an API key

Response

200 - application/json

Successful Response

The response is of type WebhookResponse · object[].