Skip to main content
POST
Send a synchronous test delivery

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Authorization
string

Bearer token, relayed to the streaming-hub as server-to-server auth.

X-Idempotency
string

Idempotency key, forwarded to the hub's idempotency middleware.

Path Parameters

id
string
required

Subscription id.

Response

OK

errorClass
string
required

Coarse error class; empty on success.

outcome
string
required

Delivery outcome.

Example:

"ok"

statusCode
integer<int64>
required

Sink HTTP status code.

Example:

200