Skip to main content
GET
/
api
/
v1
/
customers
/
{customerId}
/
beneficiaries
/
{id}
/
activity
Get beneficiary activity log
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Nuvera API application secret key

Authorization
string
header
required

RS256 per-request signed JWT

Path Parameters

customerId
string
required
id
string
required

Response

default - application/json
items
object[]
required