Skip to main content
Version: 1.0.0

Refresh Customer Token

GET 

/authentication/refreshCustomerAuthToken

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

Query Parameters

    refreshToken stringrequired

    refresh token which given by /authentication/customerAuthToken or authentication/customer

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode integer

    Find error codes here)

    accessToken stringrequired
    refreshToken stringrequired
    accessTokenExpiresIn integerdeprecated

    UTC time

    accessTokenExpiresAt integerrequired

    UTC time

    refreshTokenExpiresIn integerdeprecated

    UTC time

    refreshTokenExpiresAt integerrequired

    UTC time

    tokenType stringrequired

    Example: bearer

Loading...
Is this page helpful for you?