> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goatpay.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Consultar negativação

> undefined

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://api.goatpay.com.br/v1/serasa/dunnings/get/ce35702d-0d9f-475a-ba46-e251ad265c91' \
    -H 'X-API-Key: gp_live_SUA_CHAVE'
  ```
</RequestExample>

<ResponseExample>
  ```json Success theme={null}
  {
    "success": true,
    "message": "Negativação encontrada",
    "data": {
      "id": "ce35702d-0d9f-475a-ba46-e251ad265c91",
      "status": "PENDING",
      "type": "CREDIT_BUREAU",
      "payment": "clx_billing",
      "customerName": "João da Silva",
      "customerCpfCnpj": "12345678909",
      "dateCreated": "2026-05-31T10:00:00.000Z"
    },
    "requestId": "req_abc"
  }
  ```
</ResponseExample>

### Parâmetros

<ParamField path="id" type="string" required>
  ID do recurso.
</ParamField>
