Activity Tracker APIs
Get server information
API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Activity Tracker APIs
Get server information
POST
/
activity
/
getServer
curl --request POST \
--url https://api.readmin.app/activity/getServer \
--header 'Content-Type: application/json' \
--header 'loader-id: <api-key>' \
--data '{
"internalGameId": "<string>"
}'
{
"success": true,
"workspace": {
"groupId": "<string>",
"groupName": "<string>",
"owner": {
"reAdminId": "<string>",
"robloxId": "<string>"
},
"minSyncRole": 123,
"loaderId": "<string>",
"currentDistribution": 123,
"distributionPeriod": "manual",
"distributionDMs": true,
"premium": {
"is": true,
"subscriptionId": "<string>",
"planType": "basic",
"managedBy": {
"robloxId": "<string>",
"customerId": "<string>"
}
},
"tags": [
"Partner"
],
"created": "2023-11-07T05:31:56Z",
"syncing": true,
"lastSynced": "2023-11-07T05:31:56Z",
"trackedStaff": 123,
"brandColor": "red",
"overrideRoleMaximumSize": 123,
"banStatus": {
"is": true,
"reason": "<string>",
"bannedBy": "<string>"
}
},
"game": {
"_id": "<string>",
"version": "<string>",
"groupId": "<string>",
"internalGameId": "<string>",
"gameId": 123,
"placeId": 123,
"jobId": "<string>",
"privateServerId": "<string>",
"privateServerOwnerId": 123,
"placeVersion": "<string>",
"players": [
"<string>"
],
"lastPing": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z"
}
}
Authorizations
Body
application/json
Unique identifier for the game session
Response
200
application/json
Success
Available options:
manual
, weekly
, biweekly
, monthly
Available options:
Partner
, Beta
Available options:
red
, orange
, yellow
, green
, teal
, sky
, cyan
, blue
, indigo
, purple
, rose
Unique identifier for the running game session
curl --request POST \
--url https://api.readmin.app/activity/getServer \
--header 'Content-Type: application/json' \
--header 'loader-id: <api-key>' \
--data '{
"internalGameId": "<string>"
}'
{
"success": true,
"workspace": {
"groupId": "<string>",
"groupName": "<string>",
"owner": {
"reAdminId": "<string>",
"robloxId": "<string>"
},
"minSyncRole": 123,
"loaderId": "<string>",
"currentDistribution": 123,
"distributionPeriod": "manual",
"distributionDMs": true,
"premium": {
"is": true,
"subscriptionId": "<string>",
"planType": "basic",
"managedBy": {
"robloxId": "<string>",
"customerId": "<string>"
}
},
"tags": [
"Partner"
],
"created": "2023-11-07T05:31:56Z",
"syncing": true,
"lastSynced": "2023-11-07T05:31:56Z",
"trackedStaff": 123,
"brandColor": "red",
"overrideRoleMaximumSize": 123,
"banStatus": {
"is": true,
"reason": "<string>",
"bannedBy": "<string>"
}
},
"game": {
"_id": "<string>",
"version": "<string>",
"groupId": "<string>",
"internalGameId": "<string>",
"gameId": 123,
"placeId": 123,
"jobId": "<string>",
"privateServerId": "<string>",
"privateServerOwnerId": 123,
"placeVersion": "<string>",
"players": [
"<string>"
],
"lastPing": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z"
}
}