Skip to main content
POST

Authentication Guide

Learn about session token authentication
Creates a short-lived session token from your API key credentials. Use this when you need to authenticate client-side operations (such as card capture forms) without exposing your API key to the browser. The returned token is valid for a single session and expires automatically.

Error Responses

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Response