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}/allocationsPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| 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 |
|---|---|
| Successful response with fleet allocations. |
| |
| |
| |
| |
|