Skip to content

Given an active sessionId, keep the session active by refreshing the session duration.

A Vault session is considered active as long as some activity (either through the UI or API) happens within the maximum inactive session duration. This maximum inactive session duration varies by Vault and is configured by your Vault Admin. The maximum active session duration is 48 hours, which is not configurable. Learn more about best practices for session management.

POST/api/{version}/keep-alive
NameDescription
Acceptapplication/json (default) or application/xml
AuthorizationThe Vault sessionId to keep active.
curl -X POST -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v22.1/keep-alive
{ "responseStatus": "SUCCESS" }