cURL
curl --request GET \ --url https://api.g1.datacrazy.io/api/v1/pipelines/{id}/stages \ --header 'Authorization: Bearer <token>'
{ "count": 100, "data": [ { "id": "79db349b-324c-47d9-a276-056fa8b6bd28", "createdAt": "2025-09-09T16:25:20.446Z", "name": "Revenda", "color": "#FB7185", "index": 0, "activitiesCount": 0 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
100
Show child attributes