v1
latestOpenAPI 3.0.12026-08-0641419.2 KBEndpoints
Endpoint to retrieve all owned subscriptions.
Retrieves all subscriptions created and owned by the client identified by the JWT token.
get/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.
Response
Array of subscriptions
Example response
[
{
"id": "d8znR1k1_0Kw305BsoPT",
"url": "https://api.merchant.com/event",
"event_type": "INVOICE_INVOICE",
"secret": "6GHbLH4d1Nx3eIs5CyLHCW4HuFi1qttpNSDawHKHlW7kurTpaddarwEKDWUI59IU"
}
]