OAuth

Exchange client credentials for an access token.

The ledger supports standard OAuth 2.0 authentication using the Client Credentials Grant. Applications can exchange a client ID and secret for a signed JWT, providing a simple alternative to cryptographic key management for API access.

Endpoints

MethodPathDescription
POST/oauth/tokenExchange OAuth 2.0 client credentials for a signed JWT Bearer token.

On this page