Applications
List Application Centres
Get all application centres for workspace
Retrieve all application centres available for a workspace.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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
}
]
}
}
