Request
Parameters
string
required
Roblox user ID
string
required
Application centre ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get submission status for a user
curl -X GET https://api.series.hr/applications/submission/714760171/centre_123 \
-H "apikey: YOUR_API_KEY"
{
"success": true,
"data": {
"applicationId": "app_xyz789",
"UserId": "714760171",
"CentreId": "centre_123",
"status": "under_review",
"submittedAt": "2024-01-15T10:30:00Z",
"reviewedAt": null
}
}
