Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:45000/api/v1/customers/{customerId}/beneficiaries/{id}/activity \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "entityType": "<string>", "entityId": "<string>", "fromStatus": "<string>", "toStatus": "<string>", "note": "<string>", "targetUserId": "<string>", "targetUserFirstName": "<string>", "targetUserLastName": "<string>", "createdById": "<string>", "createdByFirstName": "<string>", "createdByLastName": "<string>", "createdByRole": "<string>", "createdAt": "<string>" } ] }
Get the full activity timeline for a beneficiary.
Nuvera API application secret key
RS256 per-request signed JWT
Show child attributes