curl "https://api.alguna.io/plans/?page=1&limit=25" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "items": [ { "id": "pln_02y7zjb1GksJMrB3NfrPhA", "name": "Plan 1", "description": "asd", "currency": "USD", "createdAt": "2024-11-01T14:38:36Z", "updatedAt": "2024-11-01T14:38:36Z" } ], "pageCount": 1, "limit": 250 }
Retrieve a paginated list of plans
5
10
25
50
100
Show Plan Properties