Get image options
Last updated: May 29, 2026
Get image options
Get all available image options for the specified game image version. Note: `gameid` and `imageid` must be provided together or both omitted.
Endpoint
GET /cfp/v1/image/optionsQuery Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | No | Game ID used to filter options. Required if imageid is specified. |
| integer | No | Game image ID used to find machines with this image installed. Required if gameid is specified. |
| integer | No | Game version ID for which the mods are valid. Requires gameid and imageid to also be specified. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v1/image/options?gameid=<gameid>&imageid=<imageid>&gameversion_identifier=<gameversion_identifier>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Successful response with image options. |
| |
| |
| |
|