{instance} is your unique instance slug and eu1 is the current
environment:
Authentication
Every API request must carry an OAuth2 access token — a signed JSON Web Token (JWT) — in theAuthorization header:
my-lovely-specter-42).
Scopes
Each endpoint requires a specific scope. Request only the scopes a given integration needs through thescope parameter when you request a token.
Runtime scopes (
decisions:*, events:*, interceptors:execute) belong to your payment integration.
The admin:* scopes are for configuration and operations, and should be issued to operator or back-office clients only.Next steps
API
Send your first decision request.