Skip to main content
GET
CRM event detail

Authorizations

Authorization
string
header
required

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

Path Parameters

contactActivityLog
integer
required

Contact activity ID.

Example:

551

Response

CRM event detail.

Unified CRM event.

id
integer

Internal CRM event ID.

Example:

551

type
enum<string>

CRM event type.

Available options:
note,
email,
phone_call,
document_linked,
document_created,
document_updated,
document_deleted,
document_payment_added
Example:

"note"

metadata
object

CRM event metadata prepared for the Fintoro API response.

attachments
object[]
businessCaseId
integer | null

Business case ID when the activity is linked to a business case.

Example:

501

clientId
integer | null

Client ID when the activity is linked directly to a client outside a business case.

Example:

101

supplierId
integer | null

Supplier ID when the activity is linked directly to a supplier outside a business case.

Example:

151

createdAt
string<date-time> | null

CRM event creation timestamp.

Example:

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

updatedAt
string<date-time> | null

CRM event last update timestamp.

Example:

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