Entitlements (partner/v2)

List of Entitlements

Early Access Request Access To Partner v2

Retrieve a sorted, filtered, paginated list of all entitlements.

get/partner/v2/entitlements

Query parameters

organization.idstring

Filter a collection by a string search

Filter the results by exact match for organization.id.

page_sizeinteger

A pagination size for collection requests.

page_tokenstring

An opaque pagination token for collection requests.

Response

Entitlement.

api_version'partner/v2' required

APIVersion defines the schema version of this representation of a resource.

kind'EntitlementList' required

Kind defines the object this REST resource represents.

Example response

{
  "metadata": {
    "first": "https://api.confluent.cloud/v2/resourcekinds",
    "last": "https://api.confluent.cloud/v2/resourcekinds?page_token=bcAOehAY8F16YD84Z1wT",
    "prev": "https://api.confluent.cloud/v2/resourcekinds?page_token=YIXRY97wWYmwzrax4dld",
    "next": "https://api.confluent.cloud/v2/resourcekinds?page_token=UvmDWOB1iwfAIBPj6EYb",
    "total_size": 123
  },
  "data": [
    {
      "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.