GET
/
environments
/
listings
/
filters
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments/listings/filters \
  --header 'X-API-Key: <api-key>'
{
  "locations": [
    "<string>"
  ],
  "maxPrice": 123,
  "minPrice": 123,
  "models": [
    "<string>"
  ],
  "types": [
    "<string>"
  ],
  "vrams": [
    123
  ],
  "availableGPUs": [
    123
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Successfully retrieved filter options

The response is of type object.