Skip to main content
GET
Get an access event

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Path Parameters

accessEventId
string
required

Access event ID

Response

Access event details

id
string
required
cardId
string
required
status
enum<string>
required
Available options:
granted,
denied,
consumed,
expired
intentId
string | null
purpose
string | null
expectedAmount
number | null
expectedCurrency
string | null
merchantText
string | null
reason
string | null
grantedAt
string<date-time> | null
expiresAt
string<date-time> | null
consumedAt
string<date-time> | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null