---
title: "Grant a consumer access to a creator's media item"
method: POST
path: "/creators/{creatorUserUuid}/media/{uuid}/grant"
---

# Grant a consumer access to a creator's media item

`POST /creators/{creatorUserUuid}/media/{uuid}/grant`

Grant a specific consumer access to a piece of media owned by the specified creator.
    The grant is idempotent: repeated calls with the same parameters return the existing entitlement.

## Path parameters

- `creatorUserUuid` string, uuid, required
- `uuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `consumerId` string, uuid, required — UUID of the consumer to grant media access to
  - `source` string, required — Identifier for the granting application or reason (e.g. spin_the_wheel_reward)
  - `sourceRef` string, required — Unique identifier within the source, used for idempotency (e.g. spin attempt UUID)

## Response `200`

Media access granted (or already existed)

- object
  - `entitlementId` string, uuid, required — UUID of the created or existing entitlement
  - `status` 'granted', required

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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