Account Details v3.0
| API version | 3.0 |
|---|---|
| Last Update | 11/27/2018 |
| Authentication | YES |
| HTTP Method | GET |
| Rate limited | YES |
| Requests per rate limit | 10/min |
| Response Format | JSON |
| Change History | 11/27/2018: added "license_key" into the json response |
Use this API to fetch your account details
API URL
Response Parameters
| Key | DataType | Description |
|---|---|---|
| name | string | Account Name |
| string | Owner email address | |
| last_login | string | The last date when the owner user logged into MetaAccess console |
| date_created | string | Date when the account was created |
| devices_allowed | int | Maximal number of devices is allowed to be monitored by on the account |
| devices_used | int | Number of monitored devices on the account |
| devices_uncompliant | int | Number of non-compliant devices |
| devices_critical | int | Number of devices with critical issues |
| devices_issues | int | Number of devices with issues |
| devices_unknown | int | Number of unknown devices |
| license_key | string | Account license key |
Request Parameters
| Key | Datatype | Parameter Type | Required | Description | Default |
|---|---|---|---|---|---|
| access_token | string | Header | Yes | access token which archived from OAuth authentication step |
Response HTTP Code
See APIs
Example
Example Request:
Example Response
History
| Action | Version | URL |
|---|---|---|
| Account Details | 2.0 | Account Details v2.0 |
