# Listar integração embarcada de chat **POST /chatapi/1.0/api/v2/chat-embedded-integration** Retorna as configurações da integração embarcada de chat de acordo com os filtros informados. ## Servers - Ambiente de Produção: https://api.neppo.com.br (Ambiente de Produção) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) integration - **accountKey** (string) - **active** (boolean) - **createdAt** (string(date-time)) - **createdBy** (string) - **id** (integer(int64)) - **name** (string) - **updatedAt** (string(date-time)) - **updatedBy** (string) - **url** (string) ## Responses ### 200 OK #### Body: application/json (object) - **accountKey** (string) - **active** (boolean) - **createdAt** (string(date-time)) - **createdBy** (string) - **id** (integer(int64)) - **name** (string) - **updatedAt** (string(date-time)) - **updatedBy** (string) - **url** (string) ### 201 Created ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)