Activity Logs
Get the activity log of wallet user account.
How to get activity log?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- lastActivityId – keep 0
- verificationHash - SHA256Algorithm.generateSHA256Hash(secKey.trim()+custId.trim()+lastActivityId.trim())
- activityType – Sent, Added, Purchased, Received, Rejected request, Requested, Profile setting changed
- If single activity, response is in JSON object and if multiple activities, response is in JSON Array (last 20 logs you will get)
How to generate verification hash?
verification Hash has to be calculated with following combination and need to be send along with the authentication parameters in each server-to-server request:
<secKey><custId><lastActivityId>
Sample Code

| Response Code | Message |
|---|---|
| 1 | Success |
| 2 | Fail |
| 3 | Invalid Request |