Quick Start
Make your first Attend-Go API call in under 5 minutes.
Prerequisites
An Attend-Go account with at least one organization. Admin or Owner role on that organization (required to generate API keys).
Step 1: Generate an API Key
Navigate to your organization's Integrations page. Enter a label for your key (e.g., 'Production kiosk') and click 'Generate key'. Copy the key immediately — it's only shown once. The key format is attg_live_ followed by 32 random characters.
Step 2: Test Connectivity
Use the Ping endpoint to verify your key works. Send a GET request to /api/v1/ping with your key as a Bearer token. A successful response returns ok: true with your organization ID.
Step 3: Export Attendance
Call the Attendance Export endpoint to retrieve your latest attendance records. Add ?include_photos=true to include signed photo URLs in the response.
Step 4: Explore Advanced Features
Check out the full API Reference for detailed parameter documentation, or explore the MCP & AI section to connect Attend-Go with AI tools.