cURL
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 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
100
Show child attributes