GET /chat/waiting-list/{id_waiting_list}

Headers

  • X-Popsell-Brand integer Required

    The id of the target brand

Path parameters

  • id_waiting_list integer Required

    The waiting list id

Responses

  • 200 application/json

    Returns the waiting list

  • 403

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

  • 404

    Not found - The waiting list does not exist

GET /chat/waiting-list/{id_waiting_list}
curl \
 --request GET 'https://domain.tld/api/v2/chat/waiting-list/{id_waiting_list}' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "X-Popsell-Brand: 3"