---
title: "Create Entitlement Binding"
method: POST
path: "/api/v1/request_schema_entitlement_binding"
tags: ["Request Schema Entitlement Binding"]
---

# Create Entitlement Binding

`POST /api/v1/request_schema_entitlement_binding`

Link a request schema to a single app entitlement so the form is shown when requesting that entitlement.

## Request body

- C1ApiRequestSchemaV1RequestSchemaServiceCreateEntitlementBindingRequest — The request message for creating a single entitlement binding on a request schema.
  - `entitlementRef` C1ApiAppV1AppEntitlementRef — The AppEntitlementRef message.
    - `appId` string — The appId field.
    - `id` string — The id field.
  - `requestSchemaId` string — The unique identifier of the request schema to bind the entitlement to.

## Response `200`

The response message for creating a single entitlement binding.

- C1ApiRequestSchemaV1RequestSchemaServiceCreateEntitlementBindingResponse — The response message for creating a single entitlement binding.
  - `entitlementRef` C1ApiAppV1AppEntitlementRef — The AppEntitlementRef message.
    - `appId` string — The appId field.
    - `id` string — The id field.
  - `requestSchemaId` string — The unique identifier of the request schema the entitlement was bound to.

## Changes

- **2026-08-21** `f2cf3228f366` — 3 breaking, 4 warning, 1 info
  - the `entitlementRef` request property type/format changed from `object`/`` to ``/``
  - added `#/components/schemas/c1.api.app.v1.AppEntitlementRef, subschema #2` to the `entitlementRef` response property `oneOf` list for the response status `200`
  - the `entitlementRef` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the request property `entitlementRef/appId`
  - …4 more
- **2025-10-17** `964bf86d9be5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/request_schema_entitlement_binding/post.md)

---

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