Skip to main content
GET
Get Loyalty Rule Edits

Authorizations

X-API-KEY
string
header
required

Query Parameters

loyaltyRuleId
boolean
required

ID of the loyalty rule

Example:

"123e4567-e89b-12d3-a456-426614174000"

organizationId
string<uuid>

Unique identifier for the organization to filter by

Example:

"123e4567-e89b-12d3-a456-426614174001"

websiteId
string<uuid>

Unique identifier for the website to filter by

Example:

"123e4567-e89b-12d3-a456-426614174002"

startingAfter
string<uuid>

Pagination cursor to start after a specific rule edit ID

Example:

"123e4567-e89b-12d3-a456-426614174100"

limit
integer

Maximum number of edits to return

Required range: 1 <= x <= 1000
Example:

20

Response

200

data
object[]
required
hasNextPage
boolean
required