Tesser · Authentication Profile
Tesser Authentication
Authentication
Every request to the Tesser API must carry a JWT access token. Tokens are minted via the OAuth 2.0 client-credentials grant against Tesser's Auth0 tenant. Each workspace has a Client ID + Client Secret pair (Dashboard -> Settings > API Keys). The token is presented as an HTTP bearer token. The OpenAPI declares a single `bearer` (http/bearer, JWT) security scheme applied globally.
Tesser secures its APIs with oauth2 and http across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyPaymentsStablecoinsCross-Border PaymentsFintechTreasuryBankingBlockchainComplianceMCPDeveloper Platform
Methods: oauth2, http
Schemes: 1
OAuth flows: clientCredentials
API key in:
Security Schemes
bearer http