Me
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public-api/me HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"userInfo": {
"email": "text",
"fullName": "text",
"workspace": {
"name": "text",
"alias": "text",
"private": true,
"type": "text"
},
"limitsCount": {
"apiRequestCount": 1,
"dailySubmissionCount": 1,
"concurrentSubmissionCount": 1
}
},
"plan": {
"planName": "text",
"startTime": "text",
"endTime": "text",
"subsTime": "text",
"fileLimits": {
"extensions": {},
"fileSize": "text"
},
"submissionLimits": {
"apiLimit": 1,
"dailyLimit": 1,
"concurrentLimit": 1
}
},
"modules": [
{
"moduleId": "text",
"moduleName": "text",
"startTime": "text",
"endTime": "text"
}
]
}