This endpoint retrieves a list of available plans. It allows users to specify pagination and filter out archived plans.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/plans?archived=true&page_size=10&page=string&label=Green&search_query=string&country_iso_2=string&key=YOUR_API_KEY_HERE'Successful response containing a list of plans. The optional fields are returned for labels on which throttling or recurring is enabled.
Response
{ "error": false, "data": [ { … } ], "next_page": null }