Get server status

Last updated: May 29, 2026

Get server status

Get the current status of the game server identified by the specified server ID.

Endpoint

GET /cfp/v1/server/{serverid}/status

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v1/server/:serverid/status" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Successful response with server status.

400

401

403

404

500