Interceptors
Activate interceptor
Transitions an interceptor from DRAFT → ACTIVE. Any previously ACTIVE interceptor for the same context is demoted to INACTIVE.
POST
Activate interceptor
Authorizations
HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).
Path Parameters
Interceptor ID
Response
Activated interceptor
Typed JSONPath keys observed in intercepted requests. Used for field mapping discovery.
Stable identifier shared across all versions of this interceptor. Used as the path parameter for the runtime execute endpoint.
Available options:
DRAFT, ACTIVE, INACTIVE Previous
Rollback interceptorPromotes an INACTIVE interceptor back to ACTIVE, demoting the current ACTIVE to INACTIVE.
Next
Activate interceptor