curl --request GET \
--url https://api.sanka.com/v1/public/cases/pipelines \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"internal_name": "<string>",
"is_default": false,
"order": 123,
"stages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"internal_value": "<string>",
"score": 123,
"order": 123
}
]
}
]curl --request GET \
--url https://api.sanka.com/v1/public/cases/pipelines \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"internal_name": "<string>",
"is_default": false,
"order": 123,
"stages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"internal_value": "<string>",
"score": 123,
"order": 123
}
]
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.