Skip to main content
GET
/
api
/
v1
/
business-loss-reasons
Buscar motivos de perda
curl --request GET \
  --url https://api.g1.datacrazy.io/api/v1/business-loss-reasons \
  --header 'Authorization: Bearer <token>'
{
  "count": 100,
  "data": [
    {
      "name": "Cliente desistiu da negociação",
      "id": "9c315181-85f2-4772-bd46-8b261599e382",
      "createdAt": "2025-09-09T16:25:16.727Z",
      "requiredJustification": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
count
number
required
Example:

100

data
object[]