Skip to main content
GET
/
business-case-statuses
/
{businessCaseStatus}
Show business-case status
curl --request GET \
  --url https://app.fintoro.sk/api/public/v1/business-case-statuses/{businessCaseStatus} \
  --header 'Authorization: Bearer <token>'
{
  "id": 41,
  "name": "Negotiation",
  "color": "#22aa44"
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

businessCaseStatus
integer
required

Business-case status ID.

Example:

41

Response

Business-case status detail.

Business-case status. Represents one pipeline column.

id
integer

Internal business-case status ID.

Example:

41

name
string

Business-case status name.

Example:

"Negotiation"

color
string

Status color in hex format.

Maximum string length: 7
Example:

"#22aa44"