Fetch one plan
GET
/api/v1/profiles/{id}
prm_profiles_index
The full plan definition: pricing, quota limits and their enforce toggles, speed, lifecycle flags and the fall-back chain.
A plan you may not see answers 404, identical to one that does not exist. This route carries wholesale terms (base_fee, max_price), so a 403 would have let a reseller walk plan ids and read a rival's private pricing.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_profiles_indexView profiles
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Plan id. |
Errors
| Code | When it is returned |
|---|---|
ERR_NOT_FOUND404
|
no such plan, or one this manager may not see |