Endpoints
Endpoint to create a new subscription.
Creates a new webhook subscription accessible only to the client.
post/webhook/management/v1
Headers
Authorizationstring required
For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token.
Request body
Response
The subscription was created.
Example response
{
"id": "d8znR1k1_0Kw305BsoPT",
"url": "https://api.merchant.com/event",
"event_type": "INVOICE_INVOICE",
"secret": "6GHbLH4d1Nx3eIs5CyLHCW4HuFi1qttpNSDawHKHlW7kurTpaddarwEKDWUI59IU"
}