Developer Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Masquerade

Since bearer tokens are only associated with a single account any any time, this endpoint associates a bearer token with a different account. This assumes the user has access to the new account.

POST URL
https://api.teletracker.net/auth/account-masquerade
Request Parameters
Parameter Type Usage Description
account_id integer Required Associate your auth session/bearer token with this account.
Response Body
{
   "success": true,
   "guid": "71067212-8141-4887-b48e-ccabcfb07196"
}