---
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, required — Bearer token for authentication

## Request body

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

## Response `200`

Successful response without a body

## Other responses

- `default` — An unexpected error occurred.

## Changes

- **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/f19f1df8bb36/schema)
