Skip to main content
Version: 1.2.0 - Production

Customer Token Refresh

POST 

/customer/token/refresh

This is used to get a new end-user 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
    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?