API Documentation

Everything you need to interact with AccessGrid.

Read Event Log

Enterprise only
Contact us

Only available for enterprise customers - allows you to read full event log for a given card template, including which passes were issued, how and by whom using our console API.

card_template_id

nullable string

All

filters

nullable object

All

device

nullable string

All

start_date

nullable datetime

All

end_date

nullable datetime

All

event_type

nullable string

All

Request

Response

{ "logs": [ { "id": "evt_91f2a7c3", "event": "install", "created_at": "2025-11-30T10:14:22Z", "ip_address": "192.168.1.24", "user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X)", "metadata": { "device": "mobile", "platform": "ios", "card_id": "key_a91c7e23", "template_id": "0xd3adb00b5" } }, { "id": "evt_c83d19aa", "event": "install", "created_at": "2025-12-05T16:48:09Z", "ip_address": "10.0.0.88", "user_agent": "Mozilla/5.0 (Linux; Android 14; Pixel 8)", "metadata": { "device": "mobile", "platform": "android", "card_id": "key_b81d77ef", "template_id": "0xd3adb00b5" } } ], "pagination": { "current_page": 1, "per_page": 20, "total_pages": 1, "total_count": 2 } }