Create subscription
Authentication
Use the API key format: api-key <token>.
Request
HTTPS URL Plextera POSTs events to. Plain http, embedded user credentials, and fragments are rejected. Maximum length: 2048 characters.
Optional human-readable name used to distinguish subscriptions. When provided, it must not be blank; surrounding whitespace is removed. Maximum length: 128 characters.
Optional delivery filters. Currently supports workflowId for workflow events.
Response headers
Response
Subscription created and active. Includes the server-generated signing secret in this Public API response.
active after creation.
Server-generated 256-bit secret used to verify webhook signatures. The Public API returns it only in the successful create response and has no reveal operation; authorized Plextera dashboard users can explicitly reveal the current secret. Store it securely. Plextera sends X-Plextera-Signature as t=<unix timestamp>,v1=<HMAC-SHA256(timestamp + '.' + raw request body)>.
Optional human-readable name used to distinguish subscriptions.