GET /manager/chat-topics/{id}

Path parameters

  • id integer(int32) Required

    The id of the chat topic

Responses

  • 200 application/json

    Returns the chat topic

  • 403

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

  • 404

    Not found

GET /manager/chat-topics/{id}
curl \
 --request GET 'https://domain.tld/api/v2/manager/chat-topics/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"