cURL
curl --request GET \ --url https://api.example.com/v1/plans/{id}
{ "id": "<string>", "name": "<string>", "price": 123, "maxUsersNumber": 123, "maxRecordsNumber": 123, "maxAutomationsNumber": 123, "maxStorage": 123 }
Gets a specific plan by ID.
OK