Returns all business-case statuses ordered by their pipeline position. The endpoint does not support filtering or pagination and is primarily intended for syncing pipeline columns into an external CRM or custom frontend.
cURL
curl --request GET \ --url https://app.fintoro.sk/api/public/v1/business-case-statuses \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 41, "name": "Negotiation", "color": "#22aa44" } ] }
Bearer token created for a specific company in Integrations → API.
Business-case status list.
List of all statuses.
Show child attributes