16e2b6a1c2bb

OpenAPI 3.1.02026-08-1210683187.5 KB
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 nullable
Leaguestring nullable

Response

Successful Response

user_idstring required

User UUID — send this as user_id on POST /videos and in the JWT

org_idstring nullable

Deprecated wallet-id alias retained for legacy clients

org_namestring required

Legacy account handle; normally blank for user-id wallets

video_quotainteger required

Credits ever granted to this account

video_usageinteger required

Credits already spent

remaininginteger required

Credits left (never negative)

can_uploadboolean required

False means the next POST /videos returns 402 — send the user to the purchase page first