List org transfer timeline

get/api/org/timeline/transfer

List all timeline events for a given transfer within an organization.

Query Parameters

  • transferIdstringRequired
  • organizationIdstringRequired

200 Response

eventsrequired
title string required
identifierAny ofrequired
Allowed value: depositInitiated
content string required
statusAny ofrequired
Allowed value: past
createdAt string
type string required
Allowed value: message
json
1 2 3 4 5 6 7 8 9 10 11 12 { "events": [ { "title": "string", "identifier": "depositInitiated", "content": "string", "status": "past", "createdAt": "string", "type": "message" } ] }