Get server allocations

Last updated: May 29, 2026

Get server allocations

Get all active allocations for the specified account service ID.

Endpoint

GET /cfp/v1/server/allocations

Example Request

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

Responses

Status

Description

200

Successful response with server allocations.

400

401

403

500