AccountResponse
Response schema for a single account
data object
This is an object representing an account in the app.
created_atstring<date-time>required
Time at which the object was created.
idstringrequired
Unique identifier for the object.
Possible values: Value must match regular expression ^acct_\w{12}$
namestringrequired
The account's name.
objectstringrequired
String representing the object's type.
Possible values: [account]
updated_atstring<date-time>required
Time at which the object was last updated.
AccountResponse
{
"data": {
"created_at": "2017-09-12T12:34:55Z",
"id": "acct_d025a96ac0c6",
"name": "Tender Medical",
"object": "account",
"updated_at": "2017-09-13T10:11:12Z"
}
}