Skip to main content
POST
List offset lifecycle event notification configurations

Authorizations

Authorization
string
header
required

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

Body

application/json

Optional pagination and filtering parameters

limit
number
cursor
string
archive_filter
enum<string>

Filter options for the notification configurations. If not provided, defaults to NOT_ARCHIVED.

Available options:
ARCHIVED,
NOT_ARCHIVED,
ALL

Response

200 - application/json

Success

data
object[]
required
cursor
string | null