Get Account Metrics
This endpoint provides metric data used for the Account Dashboard.
Request
GET /accounts/{account-uuid}/metrics
account-uuid
is a 22-character identifier for the account
Authorization
Authorization is required. Since this endpoint will be used from the Dashboard, nothing is needed from dashboard code, since the auth cookie is handled by the API
Headers
N/A
Query Parameters
N/A
Response
Response | Status Code | More Information |
---|---|---|
Success | 200 |
If the response is successful |
Unauthorized | 401 |
If user is not authorized for the requested account |
Internal Server Error | 500 |
Unknown error |