Skip to main content

Inbound Webhooks API

Receive events from external systems (e.g., Learning Management Systems).

Endpoints Overview

MethodEndpointDescription
POST/inbound-webhooks/lms/literacy-completionLMS literacy completion

LMS Literacy Completion

POST /inbound-webhooks/lms/literacy-completion

Receives AI Literacy training completion events from external LMS systems.

Headers

HeaderDescription
AuthorizationBearer <api_key>
X-Space-IdTarget space UUID

Request Body

{
"user_email": "user@example.com",
"program_name": "AI Act Foundations 2025",
"completion_date": "2025-02-15T00:00:00Z",
"next_renewal_date": "2026-02-15T00:00:00Z"
}

Error Responses

StatusDescription
400Missing required fields or invalid date format
401Missing or invalid Authorization header
404User not found