v1

latestOpenAPI 3.1.02026-07-24441967.0 KB

Refresh Access Token

Access tokens have a limited lifespan. If your token has expired, you can use this endpoint to generate a new one using a valid refresh token.

Refresh Token expiration

Refresh tokens expire after 24 hours. After this period, you will need to authenticate again using your original credentials (username and password) and request a new access token.

post/api/token/refresh/

Request body

refreshstring required

Refresh token obtained from the refresh property in the response of the Get Access Token or Refresh Access Token endpoints.

Response

OK

refreshstring required

Refresh token used to obtain a new access token.

accessstring required

Access token used to authenticate requests to Localpayment services.