---
title: "View integration key link"
method: GET
path: "/v1/IntegrationKeyLink/{id}"
tags: ["IntegrationKeyLink"]
---

# View integration key link

`GET /v1/IntegrationKeyLink/{id}`

Find a single integration key link by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsIntegrationKeyLinkModel
  - `ok` boolean
  - `integration_key_link_id` integer — Primary identifier for this integration key link.
  - `integration_system_id` integer — Foreign identifier for the integration system this key link is associated with.
  - `integration_entity_type_id` integer — Foreign identifier for the integration entity type this key link is associated with.
  - `internal_id` integer — Foreign identifier to a data structure internal to Rev.io.
  - `external_id` string — Foreign identifier to a data structure outside of Rev.io.
  - `created_date` string, date-time — Date and time this integration key link was created.
  - `created_by` integer — Foreign identifier of the user who created this integration key link.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
