Headers

  • X-Popsell-Brand integer Required

    The id of the target brand

Path parameters

  • id integer Required

    The chatroom id

Responses

  • 200 application/json

    Returns the chatroom

  • 403

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

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