Entitlements (partner/v2)
Read an Entitlement
Make a request to read an entitlement.
get/partner/v2/entitlements/{id}
Path parameters
idstring required
The unique identifier for the entitlement.
Query parameters
organization.idstring
Filter a collection by a string search
Scope the operation to the given organization.id.
Response
Entitlement.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/v2/kafka-clusters/lkc-f3a90de",
"resource_name": "crn://confluent.cloud/kafka=lkc-f3a90de",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"external_id": "1111-2222-3333-4444",
"name": "Acme Prod Entitlement",
"plan_id": "confluent-cloud-payg-prod",
"product_id": "confluent-cloud-kafka-service-azure",
"usage_reporting_id": "1111-2222-3333-4444",
"resource_id": "1111-2222-3333-4444"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.