cURL
curl --request POST \ --url https://us.infisical.com/api/v1/auth/token/renew \ --header 'Content-Type: application/json' \ --data ' { "accessToken": "<string>" } '
{ "accessToken": "<string>", "expiresIn": 123, "accessTokenMaxTTL": 123, "tokenType": "Bearer" }
Renew machine identity access token
Documentation IndexFetch the complete documentation index at: https://infisical.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The access token to renew.
Default Response
Bearer
Was this page helpful?