Returns timeline events of the specified customer.
cURL
curl --request GET \ --url https://api.algoreg.com/api/v1/customers/{customer_external_id}/timeline \ --header 'Authorization: Bearer <token>'
{ "items": { "AgentID": "integer", "ClientID": "integer", "CreatedAt": "string", "CustomerExternalID": "string", "Description": "string", "EventType": "string", "ID": "string", "ParentID": "string", "Title": "string", "Url": "string" }, "type": "any" }
Show properties
unexpected error
Will contain both “v1” (deprecated, or soon to be) errors and “v2” errors. When possible, prefer errors that are not deprecated.