Accounts
Get Account
Read a user's credit balance by UUID (legacy path name: org_id).
Read-only on purpose: an unknown uuid is a 404 rather than a new account, so a typo cannot mint wallets. Use POST /accounts/lookup to create one.
get/api/v1/accounts/{org_id}
Path parameters
org_idstring required
Headers
x-api-keystring required
Required API key issued by Preciser.
Required API key issued by Preciser.
Leaguestring required
Required tenant/database selector, for example pitchbio-master.
Required tenant/database selector, for example pitchbio-master.
Response
Successful Response