GET
/
account
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The account ID

Response

200 - application/json
id
string
required

The unique identifier assigned by Push

type
enum<string>
required

The type of account

Available options:
settlement
name
string
required

The name of the account

balance
integer

The balance of the account.

created_at
string
required

When the account was created (ISO 8061 date string)