Skip to main content
POST
Create a new entitlement

Headers

x-admin-api-key
string
required

The API key to access the admin API

Body

application/json
name
string
required

The name of the entitlement

Example:

"Premium Access"

code
string
required

The unique code for the entitlement

Example:

"PREMIUM_ACCESS"

description
string

A description of the entitlement

Example:

"Grants access to premium features"

reportable
boolean
default:false

Whether the entitlement is reportable

Example:

true

Response

Entitlement created successfully