GET
/
environments
/
{envId}
/
listing
/
favorite
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments/{envId}/listing/favorite \
  --header 'X-API-Key: <api-key>'
true

Authorizations

X-API-Key
string
header
required

Path Parameters

envId
string
required

Environment ID

Response

200
application/json
Successfully retrieved favorite status

Current favorite status of the environment listing

Example:

true