API ReferenceAccounts
Get account by ID
Get the account by ID.
Authorization
authorization AuthorizationBearer <token>
In: header
Path Parameters
account_id*string
Account ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/accounts/string"{ "data": { "created_at": "2017-09-12T12:34:55Z", "id": "acct_d025a96ac0c6", "name": "Tender Medical", "object": "account", "updated_at": "2017-09-13T10:11:12Z" }}