Skip to main content
POST
/
v1
/
admin
/
impersonate
Impersonate Account (staff)
curl --request POST \
  --url https://api.oviond.com/v1/admin/impersonate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_id": "ov:26AbCdEfGhIjKlMnOp"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
account_id
string
required
Minimum string length: 1
Example:

"ov:26AbCdEfGhIjKlMnOp"

Response

Switched

success
enum<boolean>
required
Available options:
true