sessions
Create a session
Creates a new partial-import session and mints the initial hydration token to pass to the widget. Requires your backend license key — never call this client-side.
POST
Create a session
Authorizations
Your backend license key (is_for_backend_api=True) from the Dromo Dashboard. Never expose this client-side.
Body
application/json
Response
201 - application/json
Session created
Backend session identifier. Persist this durably — needed to resume the session or delete it later.
Example:
"1b6acf28-8748-4120-8d7a-4b7846d5e487"
Short-lived access token. Pass this to the widget to start or resume the session.
Example:
"<signed-token>"
Seconds until the hydrationId expires.
Example:
21600
Example:
"2026-06-19T18:00:00.000Z"
Previous
Resume a session (re-issue hydrationId)Issues a fresh `hydrationId` for an existing session. Call this server-side when the user returns after their previous token has expired. The new token must belong to the same org as the session.
Next
Create a session
