v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

List activity logs

Rate limit - 5/s

get/2023-10/subscription/{subscriptionId}/activityLog

Path parameters

subscriptionIdinteger required

The subscriptionId of a the subscription which activity logs has to be fetched.

Query parameters

pageNointeger

The pageNo of the fetched list

pageSizeinteger

The maximum number of rows per page

Response

200

successboolean
messagestring
codestring

Example response

{
  "success": true,
  "message": "Activity logs fetched successfully",
  "data": [
    {
      "id": 63051,
      "subscriptionId": 988,
      "key": "subscription_created",
      "entity": "Checkout",
      "source": "Shopify",
      "createdAt": "2023-09-11T05:33:30.000Z"
    }
  ],
  "code": "SUCCESS",
  "pageInfo": {
    "hasNextPage": true
  }
}