Skip to main content
Version: 1.2.0 - Production

Token Refresh

POST 

/token/refresh

This is used to get a new access token using the refresh token. This needs to be done before the refresh token expires. If it has already expired, you need to do the authentication step from the stretch.

Request

Body

    refreshToken stringrequired

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason stringrequired
    rejectCode integerrequired

    Find error codes here

    accessToken string
    refreshToken string
    accessTokenExpiresAt integer

    UTC time

    refreshTokenExpiresAt integer

    UTC time

    tokenType string

    Example: bearer

Loading...
Is this page helpful for you?