Get fleet allocations

Last updated: May 29, 2026

Get fleet allocations

Get all active allocations for the specified fleet.

Endpoint

GET /cfp/v2/fleet/{fleetid}/allocations

Path Parameters

Name

Type

Required

Description

fleetid

string

Yes

The fleet ID to retrieve allocations for.

Example Request

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

Responses

Status

Description

200

Successful response with fleet allocations.

400

401

403

404

500