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" }
Default Response
The response is of type object.
object
Was this page helpful?