Get survey reconciliation count

GET /v1/client/surveys/reconciliation-count

Get Reconciliation Count for Surveys

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
  • 406 application/json

    VPN detected

    Hide response attribute Show response attribute object
GET /v1/client/surveys/reconciliation-count
curl \
 --request GET 'https://api.bitlabs.ai/v1/client/surveys/reconciliation-count' \
 --header "X-Api-Token: $API_KEY" \
 --header "X-User-Id: $API_KEY"
Response examples (200)
{
  "data": {
    "reconciliation_count": 42
  }
}
Response examples (406)
{
  "error": {
    "details": {
      "msg": "vpn detected",
      "http": "406 Not Acceptable"
    }
  }
}