v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Accounts

Switch logged in account

Changes the active logged in account for your user. A new token will need to be generated to authenticate subsequent requests.

put/v2/accounts/me

Request body

account_identifierstring uuid required

The unique identifier of the account.

Example request

{
  "account_identifier": "00000000-0000-0000-0000-000000000000"
}

Response

OK