v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Accounts

Get activity

This endpoint will retrieve the details of all activity on your Fire Accounts. You will need to enable PERM_BUSINESS_GET_ACTIVITIES to use this endpoint.

get/v2/activities

Response

An array of activity objects.

Example response

{
  "activities": [
    {
      "id": 7448413,
      "userId": 3138,
      "description": "You paid John Doe",
      "relatedIp": "“89.101.154.45”",
      "dateCreated": "“2024-09-10T09:40:54.190Z”"
    }
  ]
}