Chat9
APIGap analyzer

Get Gap Analyzer Summary

GET
/gap-analyzer/summary
/gap-analyzer/summary

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "https://api.getchat9.live/gap-analyzer/summary" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "summary": {
    "total_active": 0,
    "uncovered_count": 0,
    "partial_count": 0,
    "impact_statement": "string",
    "new_badge_count": 0,
    "last_updated": "2019-08-24T14:15:22Z"
  }
}