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

# Get App Entitlement Monitor Binding

`POST /api/v1/appentitlementmonitorbinding/get`

Retrieve a single binding that associates an app entitlement with one side of a conflict monitor.

## Request body

- C1ApiAccessconflictV1GetAppEntitlementMonitorBindingRequest — The request message for retrieving a single app entitlement monitor binding.
  - `appEntitlementId` string — The unique identifier of the app entitlement bound to the monitor.
  - `appId` string — The unique identifier of the application containing the entitlement.
  - `entitlementGroup` 'ENTITLEMENT_GROUP_UNSPECIFIED' | 'ENTITLEMENT_GROUP_A' | 'ENTITLEMENT_GROUP_B' — Which side of the conflict monitor (A or B) this binding belongs to.
  - `monitorId` string — The unique identifier of the conflict monitor.

## Response `200`

Represents the association of an app entitlement with one side (A or B) of a conflict monitor.

- C1ApiAccessconflictV1AppEntitlementMonitorBinding — Represents the association of an app entitlement with one side (A or B) of a conflict monitor.
  - `appEntitlementId` string — The unique identifier of the bound app entitlement.
  - `appId` string — The unique identifier of the application containing the entitlement.
  - `createdAt` string, date-time
  - `deletedAt` string, date-time
  - `entitlementGroup` 'ENTITLEMENT_GROUP_UNSPECIFIED' | 'ENTITLEMENT_GROUP_A' | 'ENTITLEMENT_GROUP_B' — Which side of the conflict monitor (A or B) this entitlement is assigned to.
  - `monitorId` string — The unique identifier of the conflict monitor this binding belongs to.
  - `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/get/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/fa2bb307d6fa/schema)
