---
title: "Create integration key link"
method: POST
path: "/v1/IntegrationKeyLink"
tags: ["IntegrationKeyLink"]
---

# Create integration key link

`POST /v1/IntegrationKeyLink`

Create a new integration key link.

## Request body

- RevAppModelsIntegrationKeyLinkModel
  - `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

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `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)
