Skip to content

Lists the caller's own plan-change requests, newest first. Accepted with the caller's license-session token (same credential as submitting).

GET
/api/v1/provision/consumer/me/plan-change-requests
curl --request GET \
--url https://example.com/api/v1/provision/consumer/me/plan-change-requests

OK

Array<object>

A plan-change request and its decision state.

object
id
string format: uuid
entitlementId
string format: uuid
currentPlanName
null | string
requestedPlanName
string
requestedAt
string format: date-time
requesterEmail

The requester’s notification email (their own address; empty for pure device activations).

null | string
status

Decision state of a consumer plan-change request.

Allowed values: Pending Approved Rejected
applied

True when the requested plan is active (the request was approved and applied).

boolean
reviewedBy
null | string
reviewedAt
null | string format: date-time
reviewNote
null | 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