Skip to content

GetEntitlementPlan

GET
/api/v1/provision/consumer/me/entitlements/{entitlementId}/plan
curl --request GET \
--url https://example.com/api/v1/provision/consumer/me/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/plan
entitlementId
required
string format: uuid

OK

The plan context for an entitlement or session: what is applied, and what is available.

object
entitlementId
string format: uuid
assignedPlanName
null | string
appliedPlan
One of:
null
availablePlans
Array<object>

A plan a consumer can see or switch to.

object
id
string format: uuid
name
string
description
string

Unauthorized

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Forbidden

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string