GET
/
cloud
/
v1
/
reseller_image
/
{reseller_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/reseller_image/{reseller_id} \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "image_ids": [
        "b5b4d65d-945f-4b98-ab6f-332319c724ef",
        "0052a312-e6d8-4177-8e29-b017a3a6b588"
      ],
      "region_id": 1,
      "reseller_id": 123
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

reseller_id
integer
required

Reseller technical client ID.

Examples:

1

Response

200 - application/json

OK

The response is of type object.