Skip to main content

Create a scan configuration

POST/scan-configs
Create a scanner scope (events + entitlement/gate/time filters + allowed operations). Delegation-gated: the author must hold entitlements.redeem on the account.

Request Body

accountId*string
name*string
eventFilter*object
mode*"all" | "events" | "occurrences"
eventIdsstring[]
occurrenceIdsstring[]
entitlementFilterobject
typesstring[]
ticketTypeIdsstring[]
entitlementIdsstring[]
tagsstring[]
allowedKinds*"validate" | "redeem" | "reverse"[]
gatesstring[]
validFromstring
validUntilstring

Response

Created

scanConfig*object
id*string
name*string
status*string
accountId*string
eventFilter*object
entitlementFilter*objectnull
allowedKinds*"validate" | "redeem" | "reverse"[]
gates*arraynull
validFrom*stringnull
validUntil*stringnull
deviceIdsstring[]
createdAt*string
updatedAt*string
Code Samples
No code examples available for this operation.

Try It

Request Body