/
Retrieve customer timelin...
Retrieves customer timeline messages.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/customers/{id}/timeline
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/customers/{id}/timeline
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/customers/{id}/timeline
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/customers/{id}/timeline?limit=1000&offset=1000&filter=string&sort=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of customer timeline messages retrieved.
Array []
ID of the customer timeline custom event.
Example:"tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC"
Type of timeline message.
Enum:"account-password-reset-requested""account-verification-requested""aml-list-was-possibly-matched""deposit-request-completed""deposit-request-created""deposit-request-expired""deposit-request-started""coupon-applied""coupon-redeemed""coupon-redemption-canceled"
Timeline custom event type. Used with custom-event type. This value must be defined using the Create customer timeline custom event type operation.
Specifies who, or what, triggered the timeline event.
Enum:"rebilly""app""direct-api"
Date and time when the timeline message occurred.
Response
[ { "id": "tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC", "type": "account-password-reset-requested", "customEventType": "string", "triggeredBy": "rebilly", "message": "string", "extraData": { … }, "occurredTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]