ReferenceEmbedSessionsRefresh
Refresh the current embed session
Authenticated with the embed token itself. Re-issues the same payload with a new expiry; the session start (`sst`) is preserved so the absolute cap keeps…
Authenticated with the embed token itself. Re-issues the same payload with a new expiry; the session start (sst) is preserved so the absolute cap keeps measuring from the true start. Takes no body — the document and display name come from the token, so a refresh can never widen the session.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/embed/sessions/refresh"{ "expiresAt": "string", "token": "string"}