Skip to content

Copy entitlements from one plan to another

POST
/v1/entitlements/copy

Copy all entitlements from one plan to another, skipping duplicates.

EntitlementCopyRequest
object
source_plan_id
required
Source Plan Id
string format: uuid
target_plan_id
required
Target Plan Id
string format: uuid

Successful Response

Response Copy Entitlements V1 Entitlements Copy Post
Array<object>
EntitlementResponse
object
id
required
Id
string format: uuid
plan_id
required
Plan Id
string format: uuid
feature_id
required
Feature Id
string format: uuid
value
required
Value
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Source or target plan not found, or same plan

Unauthorized – invalid or missing API key

Validation error