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

Path Parameters

addonId
string
required
Example:

"add_abc123"

Body

application/json
entitlementId
string
required
Minimum string length: 1
metadata
object

Response

Addon entitlement created

The response is of type unknown.