Retrieve a plan
Retrieves the details of an existing plan.
GET/v3/plans/{id}
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the plan. |
Responses
200
404
429
500
200 OK{
"id": "string",
"name": "string",
"displayName": "string",
"version": 0,
"tier": 0,
"interval": "string",
"paddleId": "string",
"paddlePriceId": "string",
"allowedUsers": 0,
"allowedOrganizations": 0,
"allowedAdmins": 0,
"allowedProducts": 0,
"allowedMeterAttributes": 0,
"allowedFeatureFlags": 0,
"allowedFeatures": 0,
"allowedActivations": 0,
"allowedTrialActivations": 0,
"allowedReleases": 0,
"allowedProductSpace": 0,
"allowSendingDomain": true,
"amount": "string",
"allowCustomerPortalAccess": true,
"allowOrganizationAdmins": true,
"allowOfflineActivations": true,
"allowHostedFloatingLicenses": true,
"allowOnPremiseFloatingLicenses": true,
"allowCustomDomain": true,
"allowResellers": true,
"allowSso": true,
"allowCustomRoles": true,
"allowLegacyCustomRoles": true,
"allowEventLogs": true,
"allowAuditLogs": true,
"allowCustomEmailTemplates": true,
"allowMaintenancePolicies": true,
"allowActivationLogs": true,
"activationLogsRetentionPeriod": "string",
"deprecated": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}