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

Path Parameters

webhookId
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.