cURL
curl --request GET \ --url https://api.sevalla.com/v2/pipelines \ --header 'Authorization: Bearer <token>'
{ "company": { "pipelines": { "items": [ { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "display_name": "first pipeline", "stages": [ { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "display_name": "Staging", "type": "standard" } ] } ] } } }
List all pipeline configurations and workflows available to a company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
10
3
Response object of pipelines requests
Show child attributes
Was this page helpful?