v1

latestOpenAPI 3.1.02026-07-2432063.2 KB

Introspection

An introspection endpoint is available, if you need information about the API key you are using. The route returns a Paginated List of API keys available, with only one element in the list.

get/apiKeyProfiles

Response

200

{"stackTrail":"paths:/apiKeyProfiles:get:responses:200:content:application/json:schema:properties:nextPageLink","oasType":"schema","type":"unknown"}
countinteger

Example response

{
  "items": [
    {
      "databaseName": "SmartVAN Massachusetts",
      "hasMyVoters": true,
      "hasMyCampaign": true,
      "committeeName": "People for Good",
      "apiKeyTypeName": "Custom Integration",
      "keyReference": "1234",
      "userFirstName": "peopleforgood",
      "userLastName": "api",
      "username": "peopleforgood.api"
    }
  ],
  "count": 1
}
All 32 operations