Training CenterPlatform Setup → Module 06
⚙️ — Module 06

API and Webhook Setup

Self-serve8–12 min readPlatform Setup

Connect external tools using the REST API and outbound webhooks.

API authentication

Generate key: Settings → API → Generate Key. Include in all requests: Authorization: Bearer YOUR_API_KEY

Core endpoints

Webhook events

Settings → Webhooks → Add Endpoint. Subscribe to:

All webhooks send JSON POST with event, timestamp, data. Verify X-LGAI-Signature header for security.