v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBEntitlements
Create an entitlement definition
Creates a new entitlement definition for the authenticated project.
post/entitlements
Request body
Example request
{
"id": "premium",
"description": "Premium access entitlement",
"product_ids": [
"premium_monthly",
"premium_annual"
]
}Response
Created entitlement definition.
Example response
{
"id": "premium",
"url": "/v4/entitlements/premium",
"description": "Premium access entitlement",
"product_ids": [
"premium_monthly",
"premium_annual"
],
"created_at": "2025-09-15T12:30:00Z",
"updated_at": "2025-11-03T10:26:40Z"
}