get
https://api.securevan.com/v4/apiKeyProfiles
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.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
GET /apiKeyProfiles200 OK
{
"items": [
{
"databaseName": "SmartVAN Massachusetts",
"hasMyVoters": true,
"hasMyCampaign": true,
"committeeName": "People for Good",
"apiKeyTypeName": "Custom Integration",
"keyReference": "1234",
"userFirstName": "peopleforgood",
"userLastName": "api",
"username": "peopleforgood.api",
"userId": 4321
}
],
"nextPageLink": null,
"count": 1
}
