cURL
curl --request GET \ --url https://api.example.com/v1/plans
[ { "id": "<string>", "name": "<string>", "price": 123, "maxUsersNumber": 123, "maxRecordsNumber": 123, "maxAutomationsNumber": 123, "maxStorage": 123 } ]
Gets a filtered, sorted, and paginated list of plans with optional inclusions.
OK