v1
latestOpenAPI 3.0.12026-08-0674476716.0 KBWebhooks
Get webhook config
The GET /webhook/config endpoint retrieves the webhook configuration.
get/webhook/config
Response
Successful response
Example response
{
"config": {
"type": [
"PAYMENT_STATUS_CHANGED"
],
"url": "your-webhook-url.com"
}
}