Plans
List available plans
Retrieve all subscription plans available in the system. Plans define resource limits and quotas for client applications.
get/fastedge/v1/admin/plans
Query parameters
client_idinteger
Filter plans by client ID. Shows plans applicable to the specified client.
Response
Returns list of all available subscription plans
Example response
{
"plans": [
{
"max_duration": 50,
"mem_limit": 10485760,
"name": "enterprise-tier"
}
]
}