cURL
curl --request POST \ --url https://sandbox.prezio.eu/api/auth/token/refresh/ \ --header 'Content-Type: application/json' \ --data '{ "refresh": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..." }'
{ "access": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..." }
Obtain a new Bearer access token using a valid refresh token. The new access token can be used immediately for API requests.
Was this page helpful?