cURL
curl --request GET \ --url https://kan.bn/api/v1/cards/{cardPublicId}/activities \ --header 'Authorization: Bearer <token>'
{ "activities": [ "<unknown>" ], "hasMore": true, "nextCursor": "2023-11-07T05:31:56Z" }
Retrieves paginated activities for a card with merged frequent changes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 <= x <= 100
Successful response