Skip to main content
GET
/
event-subscriptions
/
subscriptions
/
{id}
Get a subscription
curl --request GET \
  --url https://panel.sendcloud.sc/api/v3/event-subscriptions/subscriptions/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": {
    "id": 1,
    "connection_id": 1,
    "event_type": "parcels.event.created",
    "is_active": true,
    "created_at": "2026-01-15T11:00:00Z",
    "updated_at": "2026-01-15T11:00:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

id
integer
required

The id of the subscription.

Response

OK

Subscription details

data
Subscription · object

A subscription routes a specific event type to a connection for delivery.