Group 2 of 25
Account & access
Profile, preferences, guest access — who the account is and who may act on it.
Endpoints
21
Path prefix
/api/v1
Endpoints
GET
/api/v1/account/overview
A one-call orientation for the account
R
GET
/api/v1/account/accessible-accounts
Accounts this user can access as a guest
R
GET
/api/v1/account/guests
Everyone with delegated access to this account
R
GET
/api/v1/audit-log
List audit events
R
GET
/api/v1/account/two-factor
The 2FA state for this account
R
GET
/api/v1/account/balance/events
The account's balance ledger, newest first
R
GET
/api/v1/account/onelink
The account's burn-after-read OneLink handles
R
GET
/api/v1/account/preferences
The account's notification and display preferences
R
GET
/api/v1/account/balance
The account's prepaid balance
R
GET
/api/v1/account/profile
The contact profile for this account
R
GET
/api/v1/account
The customer profile for this token
R
GET
/api/v1/me
Who this token acts as
R
POST
/api/v1/account/two-factor/enable
Begin authenticator (TOTP) enrolment
W
POST
/api/v1/account/two-factor/confirm
Confirm authenticator enrolment with a live code
W
POST
/api/v1/account/balance/actions/add-funds
Hold a balance top-up for confirmation
W
POST
/api/v1/account/profile/email-change
Hold a login-email change for confirmation
W
POST
/api/v1/account/guests
Invite a guest to this account
W
POST
/api/v1/account/two-factor/disable
Turn authenticator 2FA off
W
PATCH
/api/v1/account/profile
Change the account's contact details
W
PATCH
/api/v1/account/preferences
Change the account's notification and display preferences
W
DELETE
/api/v1/account/guests/{guest}
Revoke a guest's access
W