Skip to main content
POST
/
activity
/
createServer
Create a new server
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,
    "distributionPeriod": "manual",
    "distributionDMs": true,
    "premium": {
      "is": true,
      "subscriptionId": "<string>",
      "planType": "basic",
      "managedBy": {
        "robloxId": "<string>",
        "customerId": "<string>"
      }
    },
    "tags": [
      "Partner"
    ],
    "created": "2023-11-07T05:31:56Z",
    "brandColor": "red",
    "groupName": "<string>",
    "syncing": true,
    "lastSynced": "2023-11-07T05:31:56Z",
    "trackedStaff": 123,
    "overrideRoleMaximumSize": 123,
    "banStatus": {
      "is": true,
      "reason": "<string>",
      "bannedBy": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.readmin.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

loader-id
string
header
required

Body

application/json
gameId
number
required
placeId
number
required
jobId
string
required
privateServerId
string
required
privateServerOwnerId
number
required
placeVersion
string
required

Response

Server created successfully

success
boolean
gameId
string
runningGameId
string
workspace
object