Register Webhook Events
POST /api/v1/webhooks/public/{source}/events
Description
Register webhook events from a specified source.
Path Parameters
| Name | Type | Description |
|---|---|---|
source | string | The 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-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
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!