---
title: "Introspection"
method: GET
path: "/apiKeyProfiles"
---

# Introspection

`GET /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.

## Response `200`

200

- object
  - `items` object[]
    - `databaseName` string
    - `hasMyVoters` boolean
    - `hasMyCampaign` boolean
    - `committeeName` string
    - `apiKeyTypeName` string
    - `keyReference` string
    - `userFirstName` string
    - `userLastName` string
    - `username` string
  - `nextPageLink` unknown
  - `count` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/ngpvan/apis/van-crm.md) · [All operations](https://skmtc.net/ngpvan/apis/van-crm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngpvan/van-crm/versions/f9adfdbb3c56/schema)
