---
title: "Run a custom integration"
method: POST
path: "/api/custom-integrations/run"
---

# Run a custom integration

`POST /api/custom-integrations/run`

Run a custom integration

## Headers

- `Authorization` string — Bearer token for authentication.
- `Credimi-Api-Key` string — User API key or internal admin API key, depending on the endpoint.

## Request body

- HandlersRunCustomIntegrationRequestInput
  - `data` object, nullable
  - `timeoutSeconds` integer, nullable
  - `yaml` string

## Response `200`

Successful response without a body

## Other responses

- `default` — An unexpected error occurred.

## Changes

> 34 revisions in range; 2 could not be searched.

- **2026-06-15** `e4358f4449e2` — 1 breaking, 1 info
  - the `data` request property type/format changed from ``/`` to `object`/``
  - the request property `data` became nullable
- **2026-05-15** `3480fda55a73` — 2 info
  - added the new optional `header` request parameter `Credimi-Api-Key`
  - the `header` request parameter `Authorization` became optional
- **2026-02-18** `c0825f299378` — 1 info
  - added the new optional request property `timeoutSeconds`
- **2026-02-18** `f698fa820345` — 1 info
  - endpoint added
- **2024-10-17** `53644f0719aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/api/custom-integrations/run/post.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/eaad04e53622/schema)
