Grant a consumer access to a media item
Media
Grant a consumer access to a media item
Grant a specific consumer access to a piece of media owned by the authenticated creator. The grant is idempotent: repeated calls with the same parameters return the existing entitlement.
Scope required: write:media
POST
Grant a consumer access to a media item
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API version to use for the request
Example:
"2025-06-26"
Path Parameters
Body
application/json
UUID of the consumer to grant media access to
Identifier for the granting application or reason (e.g. spin_the_wheel_reward)
Required string length:
1 - 100Pattern:
^[a-z0-9_]+$Example:
"spin_the_wheel_reward"
Unique identifier within the source, used for idempotency (e.g. spin attempt UUID)
Required string length:
1 - 255Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"