Skip to main content
GET
/
applications
/
submission
/
{userId}
/
{centreId}
Get Submission Status
curl --request GET \
  --url https://api.series.hr/applications/submission/{userId}/{centreId} \
  --header 'apikey: <api-key>'
Get the submission status of a user’s application for a specific centre.

Request

curl -X GET https://api.series.hr/applications/submission/714760171/centre_123 \
  -H "apikey: YOUR_API_KEY"

Parameters

userId
string
required
Roblox user ID
centreId
string
required
Application centre ID

Response

200
{
  "success": true,
  "data": {
    "applicationId": "app_xyz789",
    "UserId": "714760171",
    "CentreId": "centre_123",
    "status": "under_review",
    "submittedAt": "2024-01-15T10:30:00Z",
    "reviewedAt": null
  }
}

Authorizations

apikey
string
header
required

Path Parameters

userId
string
required
centreId
string
required

Response

200

Submission status