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" }
Returns timeline events of the specified customer.
Documentation IndexFetch the complete documentation index at: https://docs.algoreg.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.algoreg.com/llms.txt
Use this file to discover all available pages before exploring further.
Show properties