v1

latestOpenAPI 3.0.12026-08-0641419.2 KB
Endpoints

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

idstring

ID of the subscription.

urlstring url

HTTP URL to execute the webhook call with the POST method.

event_typestring

Type of the event to process by calling the API endpoint.

secretstring

Parameter given by the client to sign their payloads. Recommended to be unique for each URL.

Example response

[
  {
    "id": "d8znR1k1_0Kw305BsoPT",
    "url": "https://api.merchant.com/event",
    "event_type": "INVOICE_INVOICE",
    "secret": "6GHbLH4d1Nx3eIs5CyLHCW4HuFi1qttpNSDawHKHlW7kurTpaddarwEKDWUI59IU"
  }
]
All 4 operations