GET
/chat/waiting-list
curl \
--request GET 'https://domain.tld/api/v2/chat/waiting-list' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-Popsell-Brand: 3"
Response examples (200)
[]
curl \
--request GET 'https://domain.tld/api/v2/chat/waiting-list' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-Popsell-Brand: 3"
[]