Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.readmin.app/activity/createServer \ --header 'Content-Type: application/json' \ --header 'loader-id: <api-key>' \ --data ' { "gameId": 123, "placeId": 123, "jobId": "<string>", "privateServerId": "<string>", "privateServerOwnerId": 123, "placeVersion": "<string>" } '
{ "success": true, "gameId": "<string>", "runningGameId": "<string>", "workspace": { "groupId": "<string>", "owner": { "reAdminId": "<string>", "robloxId": "<string>" }, "minSyncRole": 123, "loaderId": "<string>", "currentDistribution": 123, "distributionDMs": true, "premium": { "is": true, "subscriptionId": "<string>", "managedBy": { "robloxId": "<string>", "customerId": "<string>" } }, "tags": [], "created": "2023-11-07T05:31:56Z", "groupName": "<string>", "syncing": true, "lastSynced": "2023-11-07T05:31:56Z", "trackedStaff": 123, "overrideRoleMaximumSize": 123, "banStatus": { "is": true, "reason": "<string>", "bannedBy": "<string>" } } }
Server created successfully
Show child attributes