APIPipelines
List pipelines
Returns a paginated list of pipelines for the authenticated organization.
Returns a paginated list of pipelines for the authenticated organization.
Authorization
apiKey X-Api-Key<token>
In: header
Query Parameters
limit?integer
offset?integer
active?boolean
Response Body
application/json
curl -X GET "https://example.com/v1/records/pipelines"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Sales Pipeline",
"active": true,
"is_default": false,
"crm_id": "123456",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}