---
title: "Find Binding For App Entitlement"
method: PUT
path: "/api/v1/request_schema_entitlement_binding"
tags: ["Request Schema Entitlement Binding"]
---

# Find Binding For App Entitlement

`PUT /api/v1/request_schema_entitlement_binding`

Look up which request schema is bound to a given app entitlement.

## Request body

- C1ApiRequestSchemaV1RequestSchemaServiceFindBindingForAppEntitlementRequest — The request message for finding which request schema is bound to a given app entitlement.
  - `entitlementRef` C1ApiAppV1AppEntitlementRef — The AppEntitlementRef message.
    - `appId` string — The appId field.
    - `id` string — The id field.

## Response `200`

The response message containing the binding for the specified app entitlement.

- C1ApiRequestSchemaV1RequestSchemaServiceFindBindingForAppEntitlementResponse — The response message containing the binding for the specified app entitlement.
  - `entitlementRef` C1ApiAppV1AppEntitlementRef — The AppEntitlementRef message.
    - `appId` string — The appId field.
    - `id` string — The id field.
  - `requestSchemaId` string — The unique identifier of the request schema bound to this entitlement, if any.

---

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