Skip to main content
GET
Get paginated card activities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardPublicId
string
required
Minimum string length: 12

Query Parameters

limit
number
default:10
Required range: 1 <= x <= 100
cursor
string<date-time>

Response

Successful response

activities
object[]
required
hasMore
boolean
required
nextCursor
string<date-time> | null
required