Authentication
Refresh Access Token
Get a new access token using a refresh token
POST
This endpoint allows you to refresh an expired access token by providing a valid refresh token along with your OAuth application credentials.
Response Example
Authorizations
API key for authentication
Body
application/json
The refresh token to use for the new access token
The public key (client ID) for the OAuth application
The secret key (client secret) for the OAuth application
Response
200
application/json
Default Response
JWT access token signed with the project's JWKS
Type of token issued
Available options:
bearer
Token expiration time in seconds (defaults to 3600 seconds/1 hour)
JWT ID token returned when openid scope is granted
Refresh token returned when offline_access scope is granted