---
title: "Create pipeline binding for application"
method: POST
path: "/applications/{id}/pipeline-bindings"
tags: ["pipeline-bindings"]
---

# Create pipeline binding for application

`POST /applications/{id}/pipeline-bindings`

## Path parameters

- `id` string, required

## Request body

- InternalInterfacesHttpCreateBindingRequest
  - `binding_type` string
  - `external_ref` string
  - `pipeline_id` string
  - `provider` string
  - `status` string
  - `trigger_mode` string

## Response `201`

Created

- InternalInterfacesHttpPipelineBindingDataResponse
  - `data` InternalInterfacesHttpPipelineBindingResponse
    - `application_id` string
    - `application_name` string
    - `binding_type` string
    - `created_at` string
    - `external_ref` string
    - `id` string
    - `name` string
    - `pipeline_id` string
    - `provider` string
    - `status` string
    - `trigger_mode` string
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.net/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/gos-release-api/revisions/fc9f6fb06a50/schema)
