Get Subscriptions

List all webhook subscriptions

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieve a list of all active webhook subscriptions for your account.

Request

GET /webhooks/subscriptions

Example Response

{
  "subscriptions": [
    {
      "id": "sub_abc123def456",
      "url": "https://your-server.com/webhooks/lirium",
      "events": ["order-closed", "order-updated"],
      "created_at": "2025-01-05T12:00:00Z"
    },
    {
      "id": "sub_xyz789ghi012",
      "url": "https://your-server.com/webhooks/customers",
      "events": ["customer-state-changed", "customer-requirement-rejected"],
      "created_at": "2025-01-04T10:30:00Z"
    }
  ]
}

Response Fields

FieldTypeDescription
idstringUnique identifier for the subscription
urlstringThe HTTPS URL where events are sent
eventsarrayList of subscribed event types
created_attimestampWhen the subscription was created
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json