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/options

Query Parameters

Name

Type

Required

Description

gameid

integer

No

Game ID used to filter options. Required if imageid is specified.

imageid

integer

No

Game image ID used to find machines with this image installed. Required if gameid is specified.

gameversion_identifier

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

200

Successful response with image options.

400

401

403

500