Admin Impersonation Lifecycle
admin-impersonation-lifecycle

Refresh Impersonation

Extend the current impersonation token's TTL by another 15 min.

Authed by the imp_ token itself (NOT admin auth). Listed in _IMPERSONATION_WRITE_ALLOWLIST in main.py so the read-only middleware lets the request through.

post/api/admin/impersonate/refresh

Response

Successful Response

tokenstring required
expires_atstring date-time required
refresh_countinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.