accounts
Get account
Retrieves a single account and balance by ID
GET
/
account
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe account ID
Response
200 - application/json
id
string
requiredThe unique identifier assigned by Push
type
enum<string>
requiredThe type of account
Available options:
settlement
name
string
requiredThe name of the account
created_at
string
requiredWhen the account was created (ISO 8061 date string)
balance
integer
The balance of the account.