Get an allocation by its UUID
Last updated: May 28, 2026
Gets the allocation for a given fleet by its UUID.
Endpoint
GET /v4/projects/{projectId}/environments/{environmentId}/fleets/{fleetId}/allocations/{allocationId}Example Request
curl -X GET "https://api.multiplay.dev/v4/projects/:projectId/environments/:environmentId/fleets/:fleetId/allocations/:allocationId" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| A single allocation. |
| Bad Request |
| Unauthorized |
| Forbidden |
| Not Found |
| Too Many Requests |
| Internal Server Error |