cURL
curl --request GET \ --url https://api.mcmp.app/v1/servers/{serverId}/config \ --header 'Authorization: Bearer <token>'
{ "server": { "name": "<string>", "maxPlayers": 123, "version": "<string>", "motd": "<string>", "difficulty": "peaceful" }, "world": { "name": "<string>", "seed": "<string>", "generator": "<string>" } }
Returns the current server configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the server
Successful response
Show child attributes
Was this page helpful?