BizKitHub
DocsAPI ReferenceImpersonate/bff/impersonate/stop
postImpersonateAdmin BFF

/bff/impersonate/stop

Revokes the impersonation session row, restores the AUTH cookie to the original session, and writes impersonate.stop to core__activity. 400 when the current session is not an impersonation.

ImpersonatepostBffImpersonateStop

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
state"ok"Required

Response example

application/json
{
  "state": "ok"
}

Request example

POST /bff/impersonate/stop

post
curl -X POST "https://api.bizkithub.com/bff/impersonate/stop" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key