GET
/
lists
/
{id}
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/lists/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "_id": "1683803249490",
    "men": 2,
    "women": 1,
    "no_gender": 0,
    "price": 50
  },
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

List id

Response

200
application/json
OK
data
object
success
boolean