Skip to main content
POST
Refresh the Access Token

Cuerpo

application/json

Information used to exchange a refresh token for an access token.

refreshToken
string
requerido

The refresh token that you want to exchange.

Ejemplo:

"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ"

scope
string
requerido

The access level for the new token.

Ejemplo:

"openid profile email"

Respuesta

Indicates that the resource was successfully created and the operation was completed as expected.

Information used to manage OAuth2 authentication data. It securely stores access credentials, ensuring seamless authorization and control over protected resources.

accessToken
string
requerido

A temporary token that grants the user secure access the APIs.

expiresIn
integer
requerido

The time (in seconds) until the token expires.

refreshToken
string
requerido

A long-lived token that allows users to obtain a new access_token without requiring them to log in again.

tokenType
string
requerido

The type of token issued.

idToken
string

The identity details about the authenticated user in OpenID Connect standards. It can be used to verify user authentication.

scope
string

The level of access granted to the issued tokens