Headers

  • X-Popsell-Brand integer Required

    The id of the target brand

Query parameters

  • filter[id_user] integer

    Filter the waiting list by ambassador id

  • filter[date_handled] string

    Filter the waiting list by date handled

  • filter[id_chat_topic] integer

    Filter the waiting list by id chat topic

Responses

  • 200 application/json

    Returns the waiting list

  • 403

    Forbidden - You don't have permission to access this route

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)
[]