---
title: "Create App Entitlement Monitor Binding"
method: POST
path: "/api/v1/appentitlementmonitorbinding"
tags: ["App Entitlement Monitor Binding"]
---

# Create App Entitlement Monitor Binding

`POST /api/v1/appentitlementmonitorbinding`

Invokes the c1.api.accessconflict.v1.AppEntitlementMonitorBindingService.CreateAppEntitlementMonitorBinding method.

## Request body

- C1ApiAccessconflictV1CreateAppEntitlementMonitorBindingRequest — The CreateAppEntitlementMonitorBindingRequest message.
  - `appEntitlementId` string — The appEntitlementId field.
  - `appId` string — The appId field.
  - `entitlementGroup` 'ENTITLEMENT_GROUP_UNSPECIFIED' | 'ENTITLEMENT_GROUP_A' | 'ENTITLEMENT_GROUP_B' — The entitlementGroup field.
  - `monitorId` string — The monitorId field.

## Response `200`

Successful response

- C1ApiAccessconflictV1AppEntitlementMonitorBinding — The AppEntitlementMonitorBinding message.
  - `appEntitlementId` string — The appEntitlementId field.
  - `appId` string — The appId field.
  - `createdAt` string, date-time
  - `deletedAt` string, date-time
  - `entitlementGroup` 'ENTITLEMENT_GROUP_UNSPECIFIED' | 'ENTITLEMENT_GROUP_A' | 'ENTITLEMENT_GROUP_B' — The entitlementGroup field.
  - `monitorId` string — The monitorId field.
  - `updatedAt` string, date-time

## Changes

- **2025-08-20** `182cb087dfa4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/appentitlementmonitorbinding/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/d8ad3d78289e/schema)
