Vault sessions
Get a vault session
Read a session until the user finishes. The poll alternative to the vault.session_linked webhook.
GET
string
required
The
id from the create response. Not the vs= token inside url.string
pending (wait poll_interval seconds and read again), linked (store user_id, stop), or expired (create a new session).string | null
The id to store once
linked. A connected session carries it from the start.number | null
How many times a connected user asked for their code. Null on open sessions.
number | null
How many codes a connected user tried. Null on open sessions.
poll_interval and you never see a 429. Only the client that created the session can read it; anything else is a 404.