cURL
curl --request GET \ --url https://api.deliverykey.com/v1/account \ --header 'Authorization: Bearer <token>'
{ "Account": { "id": 1, "name": "Acment" } }
Get account information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Unique ID of the Account
1
The name of the account
"Acment"