Accounts
View information about accounts and plans.
The read-only Accounts API provides access to account and plan information.
Base URL — https://api.concierge.me/v1
| Endpoint | Usage | Method |
|---|---|---|
| /accounts | Returns a list of accounts to which the current authorized user has access | GET |
| /accounts/{account_id} | Returns a single account | GET |
| /accounts/{account_id}/plans | Returns a list of plans to which an account has access | GET |
