# Buscar envio direto por usuário único **POST /chatapi/1.0/api/v2/direct-message-user/unique** Retorna um registro único de envio direto associado a um usuário específico. ## Servers - Ambiente de Produção: https://api.neppo.com.br (Ambiente de Produção) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) request - **conditions** (array[object]) - **sort** (boolean) - **direction** (string) - **sortColumn** (string) ## Responses ### 200 OK #### Body: application/json (object) - **additionalInfo** (string) - **agentId** (integer(int64)) - **broadcastListId** (integer(int64)) - **callback** (string) - **campaignName** (string) - **channel** (string) - **createdAt** (string(date-time)) - **createdBy** (string) - **description** (string) - **dispatchId** (integer(int64)) - **email** (string) - **executionId** (integer(int64)) - **generatedSession** (boolean) - **groupConfId** (integer(int64)) - **groupName** (string) - **hsmTemplate** (integer(int64)) - **id** (integer(int64)) - **message** (string) - **phoneNumber** (string) - **recipientId** (string) - **resend** (boolean) - **sendGroupConfId** (integer(int64)) - **sendTimestamp** (string) - **senderUserId** (integer(int64)) - **sentAt** (string(date-time)) - **sessionId** (integer(int64)) - **status** (string) - **subject** (string) - **updatedAt** (string(date-time)) - **user** (object) - **userId** (integer(int64)) ### 201 Created ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)