Overview
This API call applies to both Armor Complete and Armor Anywhere users.
The Get Accounts API retrieves basic account information, particularly a list of products and services associated with the account (or accounts).
You can use this API to find the account ID. You will need this ID for other account-related APIs.
Sample request
GET https://api.armor.com/accounts
Input
The following table describes the different parts of this API call:
API Call / URL | Method / Type |
---|---|
/accounts | GET |
There are no parameters for this API call.
Sample return
Status | Response |
---|---|
200 | [ { "id": 2, "currency": "USD", "name": "Development Test Account", "status": "Claimed", "parent": 1, "products": { "AA-CORE": "Monitoring", "Anti-Malware and Virus Protection", "Log Monitoring and Management", "Vulnerability Scanning", "File Integrity Monitoring", "Invoicing" ], "ARMOR-COMPLETE": [ "Server Agent", "Operating System Server Hardening", "Operating System Patching", "Invoicing" ] } } ] |