Register Webhook
POST {{baseUrl}}/v1/webhooks
Register an endpoint to start receiving selected webhook events
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | (Required) | |
Content-Type
|
string |
RESPONSES
status OK
{
"event_types": [
"TRANSFER_PROCESSED",
"REFERRAL_ACTIVATED"
],
"id": "tempor laboris eiusmod",
"status": "ERROR",
"url": "elit incididunt labor"
} |
ENDPOINTS