cURL
curl --request GET \ --url https://api.series.hr/applications/list \ --header 'apikey: <api-key>'
Get all application centres for workspace
curl -X GET https://api.series.hr/applications/list \ -H "apikey: YOUR_API_KEY"
{ "success": true, "data": { "centres": [ { "centreId": "centre_123", "name": "Developer Programme", "description": "Apply to become a developer", "questionCount": 5 }, { "centreId": "centre_456", "name": "Moderator Programme", "description": "Apply to become a moderator", "questionCount": 3 } ] } }
List of centres