Skip to main content
POST
Resume a session (re-issue hydrationId)

Authorizations

X-DROMO-LICENSE-KEY
string
header
required

Your backend license key (is_for_backend_api=True) from the Dromo Dashboard. Never expose this client-side.

Path Parameters

sessionId
string<uuid>
required

UUID of the session to resume. Returned as sessionId when the session was created. Returns 404 if the session doesn't exist or hasn't been saved within 7 days.

Example:

"1b6acf28-8748-4120-8d7a-4b7846d5e487"

Body

application/json
expires_in
integer

New token TTL in seconds. Defaults to 21600 (6 hours).

Example:

3600

Response

Fresh hydrationId issued

hydrationId
string

The new access token. Pass this to the widget to resume the session.

Example:

"<new-signed-token>"

expiresIn
integer

Seconds until the new hydrationId expires.

Example:

21600