Skip to main content
GET
List webhook deliveries

Authorizations

Authorization
string
header
required

Passlet access token (plt_*) sent as Authorization: Bearer <token> or X-API-Key. Authorized scopes are listed per operation under x-required-scopes.

Query Parameters

limit
integer
default:20

Number of items per page

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by the previous page

Required string length: 1 - 512
offset
integer
default:0

Deprecated offset compatibility parameter

Required range: 0 <= x <= 9007199254740991
endpointId
string<uuid>

Webhook endpoint identifier

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
status
enum<string>
Available options:
PENDING,
SUCCESS,
FAILED
Example:

"PENDING"

eventType
enum<string>
Available options:
pass.issued,
pass.updated,
pass.voided,
pass.failed,
pass.scanned,
webhook.test
Example:

"pass.issued"

Response

OK

items
object[]
required
total
integer
required

Total number of items

Required range: -9007199254740991 <= x <= 9007199254740991
limit
integer
required

Items per page

Required range: -9007199254740991 <= x <= 9007199254740991
offset
integer
required

Items skipped

Required range: -9007199254740991 <= x <= 9007199254740991
hasMore
boolean
required

Whether more items exist

nextCursor
string | null

Opaque cursor for the next page, or null when exhausted