Create a new subscription that routes events of a specific type to a connection.
parcels.event.created) to a connection endpoint. When the event occurs, the event payload is delivered to the connection’s configured endpoint.
is_active to false to create a paused subscription.Basic Authentication using API key and secrets is currently the main authentication mechanism.
Request body for creating a new subscription.
The identifier of the connection to deliver events to.
x >= 1The type of event to subscribe to.
parcels.event.created Whether the subscription should be active immediately. Defaults to true.
Created
Subscription created
A subscription routes a specific event type to a connection for delivery.