Return all subscriptions
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "subscriptions": [
- {
- "id": "string",
- "event_type": "ACCOUNT_EDD_L2F",
- "callback_url": "string",
- "signature_verification_key": "string"
}
]
}, - "links": {
- "self": "string",
- "first": "string",
- "prev": "string",
- "next": "string",
- "last": "string"
}
}