cURL
curl --request GET \ --url https://api.example.com/api/collections/ \ --header 'Authorization: <authorization>'
List API collections (filtered by role)
Bearer <firebase_id_token>
curl https://api.sari-platform.com/api/collections/ \ -H "Authorization: Bearer <token>"
[ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Stripe Payment API", "description": "Payment processing API", "created_at": "2024-01-10T08:00:00Z", "updated_at": "2024-01-10T08:00:00Z" }, { "id": "550e8400-e29b-41d4-a716-446655440001", "name": "Twilio SMS API", "description": "SMS messaging API", "created_at": "2024-01-11T09:00:00Z", "updated_at": "2024-01-11T09:00:00Z" } ]