Skip to main content
GET
Show business case

Authorizations

Authorization
string
header
required

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

Path Parameters

businessCase
integer
required

Business case ID.

Example:

501

Response

Business-case detail.

Business case, including the nested client or supplier and an optional status.

id
integer

Internal business-case ID in Fintoro.

Example:

501

contactType
enum<string>

Type of linked contact. client means a client, supplier means a supplier.

Available options:
client,
supplier
Example:

"client"

contactId
integer

Internal ID of the linked contact matching contactType.

Example:

101

client
object | null

Nested client object when the business case is linked to a client.

supplier
object | null

Nested supplier object when the business case is linked to a supplier.

name
string

Business-case name.

Example:

"Client pipeline"

description
string | null

Optional business-case description.

Example:

"Opportunity description"

status
object | null

Current business-case status as a nested object. May be null when the case is not assigned to any status.

boardPosition
integer

Internal position of the business case within its current status or in the no-status column.

Example:

2

createdAt
string<date-time> | null

Business-case creation timestamp.

Example:

"2026-03-10T10:00:00+01:00"

updatedAt
string<date-time> | null

Business-case last update timestamp.

Example:

"2026-03-10T10:30:00+01:00"