---
title: "Create Integration"
method: POST
path: "/v1/integrations"
tags: ["Integrations"]
---

# Create Integration

`POST /v1/integrations`

## Request body

- IntegrationParams
  - `name` 'ADOBE' | 'DOCUTECH' — Name of Integration
  - `organization_id` string — Organization to create integration for.
  - `configuration` object
    - `account_id` string — Integration Account
    - `environment` string — Integration Environment

## Response `200`

successful

## Other responses

- `400` — Bad Request
- `404` — Organization Not Found

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
