List locations

Last updated: May 29, 2026

List locations

Get all scalable locations for the specified account service ID. Note: The official documentation curl example uses `/cfp/v1/server/locations` but the endpoint heading documents `/cfp/v1/locations`. Both may work; this spec uses the path from the heading.

Endpoint

GET /cfp/v1/locations

Example Request

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

Responses

Status

Description

200

Successful response with location list.

400

401

403

500