Get subscription entitlements
GET
/v1/subscriptions/{external_id}/entitlements
Return all entitlements for the subscription’s plan.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” external_id
required
External Id
string
Responses
Section titled “ Responses ”Successful Response
Response Get Subscription Entitlements V1 Subscriptions External Id Entitlements Get
Array<object>
EntitlementResponseobject
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
Unauthorized – invalid or missing API key
Subscription not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context