The API uses OAuth 2.0 authentication. This document outlines the authentication process, endpoints, and token information required to integrate with our API.Authentication Method#
Grant Type: Authorization Code
Access Tokens#
Lifetime: 36000 seconds (10 hours)
Format: JWT (JSON Web Token)
Usage: Include in API requests as Bearer token in Authorization header
Refresh Tokens#
Lifetime: 2592000 seconds (30 days)
Usage: Used to obtain new access tokens without requiring re-authorization
Scopes#
The following scopes are available:openid: OpenID Connect protocol
profile: User's profile information
email: User's email address
offline_access: Required for refresh token issuance
Modified at 2025-05-09 21:36:19