Renew access token
curl --request POST \ --url https://app.infisical.com/api/v1/auth/token/renew \ --header 'Content-Type: application/json' \ --data '{ "accessToken": "<string>" }'
{ "accessToken": "<string>", "expiresIn": 123, "accessTokenMaxTTL": 123, "tokenType": "Bearer" }
The access token to renew.
Bearer
Was this page helpful?