Skip to main content
POST
/
v1
/
plan-entitlements
/
{planId}
Attach an entitlement to a plan
curl --request POST \
  --url https://revstack.dev/v1/plan-entitlements/{planId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "entitlementId": "<string>",
  "limit": 1
}
'
null

Path Parameters

planId
string
required
Example:

"plan_abc123"

Body

application/json
entitlementId
string
required
Minimum string length: 1
limit
integer
Required range: x >= 0

Response

Plan entitlement created

The response is of type unknown.