Skip to content

Session tokens can be included in a Spark message or HTTP Callout request to allow external applications to call Vault API with an authenticated session. For calls to Vault API from an external application, you can make your HTTP requests with a Session token in the Authorization header:

  • ${Session.SessionId}: A valid Vault session token for the currently authenticated user.
  • ${Session.ConnectionUserSessionId}: A valid Vault session token for the Authorized Connection User on the Connection record.