Retrieves all subscriptions created and owned by the client identified by the JWT token.
Authorization required | string For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token. |
Array of subscriptions
Bad request due to corrupt or invalid authentication information.
Bad request because the HTTP method is not allowed.
Bad request because the server cannot produce a response matching the list of acceptable values.
An internal server error occurred while processing the request.
[- {
- "id": "d8znR1k1_0Kw305BsoPT",
- "event_type": "INVOICE_INVOICE",
- "secret": "6GHbLH4d1Nx3eIs5CyLHCW4HuFi1qttpNSDawHKHlW7kurTpaddarwEKDWUI59IU"
}
]