---
title: "List entitlements"
method: GET
path: "/entitlements"
tags: ["entitlements"]
---

# List entitlements

`GET /entitlements`

Returns all entitlements matching a filter for resourceId

## Query parameters

- `resourceId` string, required

## Headers

- `Authorization` string, required
- `X-Disable-Hooks` 'true', required

## Response `200`

Response with status 200

- TypeEntitlementsListEntitlementsResponse
  - `data` TypeEntitlementsEntitlement[], required
    - `key` string, required — Short name for the entitlement
    - `metadata` unknown, required

## Other responses

- `400` — Error response with status 400
- `404` — Error response with status 404

---

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