API ReferenceAccounts
Get current account
Get the account that owns the current token.
This endpoint requires:
- An account token, or
- A platform token with an account ID set via the
X-SavvyCal-Accountheader.
Authorization
authorization AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/account"{ "data": { "created_at": "2017-09-12T12:34:55Z", "id": "acct_d025a96ac0c6", "name": "Tender Medical", "object": "account", "updated_at": "2017-09-13T10:11:12Z" }}