Skip to main content

Register Webhook Events

POST /api/v1/webhooks/public/{source}/events

Description

Register webhook events from a specified source.

Path Parameters

NameTypeDescription
sourcestringThe source of the events (path). Available values: DIGIFY

Request Body

  • Content Type: application/json

No request body is required.

Example

POST /api/v1/webhooks/public/DIGIFY/events
Content-Type: application/json
{}

Response Code: 200 - OK

Description

Request processed successfully.

Headers

Content-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v1/webhooks/public/{source}/events \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!