Accounts Object ​
id
string
REQUIRED ·Â
The unique identifier for the account.
name
string
The name of the account.
currency_code
string
The currency code for the account.
status
string
The status of the account.
All possible enum values:
active
inactive
timezone
object
The timezone for the account.
id
string
The unique identifier for the timezone.
name
string
The name of the timezone.
type
string[]
The type of the account.
All possible enum values:
test
manager
spend
object
The spend for the account.
max_cap
string
The cap amount for the account.
min_cap
string
The min amount for the account.
max_shared_cap
string
The max shared cap for the account.
min_shared_cap
string
The min shared cap for the account.
spent
string
The spend amount for the account.
balance
string
The balance for the account.
daily_budget
string
The daily budget for the account.
disable_reason
string
The reason the account is disabled.
created_at
string · date-time
The date and time the account was created.
updated_at
string · date-time
The date and time the account was last updated.
remote_data
object
Raw data returned from the remote API call.