Skip to main content
POST
Rollback interceptor

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

id
string
required

Interceptor ID

Response

Rolled-back interceptor

id
string<uuid>
Example:

"5c9e1b3d-8f4a-4b6c-9d2e-7a5f3c1e8b4d"

context
string
Example:

"checkout"

description
string | null
Example:

"Checkout flow interceptor"

destination
object
discovered_keys
object[]

Typed JSONPath keys observed in intercepted requests. Used for field mapping discovery.

field_mapping
object[]
inserted_at
string<date-time>
Example:

"2026-03-01T09:00:00Z"

ref
string | null

Stable identifier shared across all versions of this interceptor. Used as the path parameter for the runtime execute endpoint.

Example:

"checkout-interceptor"

responses
object | null
Example:

null

status
enum<string>
Available options:
DRAFT,
ACTIVE,
INACTIVE
updated_at
string<date-time>
Example:

"2026-03-01T09:00:00Z"

version
integer
Example:

3