Endpoint to retrieve all owned subscriptions.

Retrieves all subscriptions created and owned by the client identified by the JWT token.

SecurityJSON Web Token
Request
header Parameters
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.

Responses
200

Array of subscriptions

403

Bad request due to corrupt or invalid authentication information.

405

Bad request because the HTTP method is not allowed.

406

Bad request because the server cannot produce a response matching the list of acceptable values.

500

An internal server error occurred while processing the request.

get/webhook/management/v1
Request samples
Response samples
application/json
[
  • {
    }
]