GET
curl -i -X GET \
https://api.observepoint.com/v2/account \
-H 'Authorization: YOUR_API_KEY_HERE'successful operation
Response
{ "accountType": 0, "appTestsUsed": 0, "appsUsed": 0, "auditPageLimit": 0, "auditsUsed": 0, "customProxySupport": true, "id": 0, "maxApps": 0, "maxAudits": 0, "maxUsers": 0, "maxWebJourneys": 0, "name": "string", "strongPasswordPolicy": true, "subDomainIdentifier": "string", "urlsUsed": 0, "usersUsed": 0, "vpnSupport": true, "webJourneyRunLimit": 0, "webJourneysUsed": 0 }