# Get the waiting list **GET /chat/waiting-list** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Headers - **X-Popsell-Brand** (integer) 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 Returns the waiting list #### Body: application/json (array[object]) - **id_ambassador** (integer) - **id_user** (integer) - **id_brand** (integer) - **id_chat_topic** (integer) - **content** (string) - **id_chatroom** (integer) - **date_handled** (string(date-time)) - **date_update** (string(date-time)) - **date_delete** (string(date-time)) - **source** (integer) - **id_transferrer** (integer) - **id_chatroom_transferred** (integer) - **comment** (string) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)