# Accounts
Get, create, update accounts.
# Get an account
GET /accounts/me 200 OK
400 undefined
401 undefined
429 undefined
# List accounts
GET /accounts Query parameters
200 OK
400 undefined
401 undefined
429 undefined
# Create an account pair
Create a pair of live and test accounts. The accounts are linked via the sibling_id property.
POST /accounts Request Body Schema
200 OK
400 undefined
401 undefined
403 undefined
429 undefined
# Update an account
Update an account. Live accounts will replicate a name change to its sibling account. Test accounts name updates are disallowed (name property must match the current account name).
PUT /accounts/{id} Path parameters
Request Body Schema
200 OK
400 undefined
401 undefined
429 undefined