Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

id
string
required

Unique benefit ID, prefixed with lben_.

Pattern: ^lben_[a-f0-9]+$

Query Parameters

limit
integer | null
default:10

Maximum number of activities to return. An integer between 1 and 100. Defaults to 10 when omitted.

Required range: 1 <= x <= 100
order

Ordering of the results. Defaults to -created_at. The same field cannot be used in both ascending and descending order at once.

Available options:
created_at,
-created_at
cursor
string | null

Pagination cursor returned in the cursor.next field of a previous response.

Pattern: ^lcrsaben_[a-f0-9]+$
filters
object

Field-specific filter conditions, e.g. filters[type][conditions][$is]=vl.benefit.created. Conditions of multiple fields are combined with the junction. Filters for the benefit activities list. Each field accepts a conditions object with at least one condition. Conditions of multiple fields are combined with the junction.

Response

Cursor-paginated list of benefit activities

Cursor-paginated list of benefit activities.

data
object[]
required

Activities matching the query, in the requested order.

cursor
object | null
required

Pagination cursor. Null when there are no more results.

object
string
required

Type of the object. Always list.

Allowed value: "list"
Last modified on July 27, 2026