Skip to main content
GET
/
api
/
v1
/
pipelines
Buscar pipelines
curl --request GET \
  --url https://api.g1.datacrazy.io/api/v1/pipelines \
  --header 'Authorization: Bearer <token>'
{
  "count": 100,
  "data": [
    {
      "id": "9c315181-85f2-4772-bd46-8b261599e382",
      "createdAt": "2025-09-09T16:25:16.727Z",
      "updatedAt": "2025-09-19T20:39:49.680Z",
      "deletedAt": null,
      "name": "pipe 1",
      "description": "Pipeline para gerenciamento de vendas online",
      "group": "Clientes recorrentes",
      "stagesCount": 3
    }
  ]
}

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[]