# Get the integration this API key resolved to

**GET /v1/integration**



## Servers
- https://api.isnotai.com
- https://api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of IntegrationSelfResponse

Response body (application/json):
- **data** (object)
  - **id** (string)
  - **institutionName** (string)
  - **planId** (string)
  - **apiKeyMasked** (string)
  - **apiKeyLastUsedAt** (string(date-time))

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

