POST
/
v2
/
webhooks
curl --request POST \
  --url https://api.openregisters.com/v2/webhooks \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "url": "<string>",
  "api_version": "v1",
  "status": "active"
}'
{
  "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

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.