{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"member": {
"id": "1234",
"created_at": "2026-09-18T16:38:00+00:00",
"updated_at": "2026-09-18T16:38:00+00:00",
"email": "<string>",
"member_type": "<string>",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>",
"last_visited_at": "2026-09-18T16:38:03+00:00"
},
"course": {
"id": "1234",
"created_at": "2026-09-18T16:38:00+00:00",
"updated_at": "2026-09-18T16:38:00+00:00",
"name": "<string>",
"collection_id": 123
},
"lesson": {
"id": "1234",
"created_at": "2026-09-18T16:38:01+00:00",
"updated_at": "2026-09-18T16:38:01+00:00",
"space_id": 123,
"type": "<string>",
"title": "<string>",
"status": "<string>",
"position": 123,
"completion_criteria": "<string>",
"unlocking_criteria": "<string>",
"children_count": 123,
"permalink": "<string>",
"parent_id": 123,
"parent_type": "<string>",
"description": "<string>"
},
"completed_at": "2026-09-18T16:38:03+00:00"
}
}Webhooks
MemberLessonCompleted
Triggered when a member completes a lesson
WEBHOOK
MemberLessonCompleted
{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"member": {
"id": "1234",
"created_at": "2026-09-18T16:38:00+00:00",
"updated_at": "2026-09-18T16:38:00+00:00",
"email": "<string>",
"member_type": "<string>",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>",
"last_visited_at": "2026-09-18T16:38:03+00:00"
},
"course": {
"id": "1234",
"created_at": "2026-09-18T16:38:00+00:00",
"updated_at": "2026-09-18T16:38:00+00:00",
"name": "<string>",
"collection_id": 123
},
"lesson": {
"id": "1234",
"created_at": "2026-09-18T16:38:01+00:00",
"updated_at": "2026-09-18T16:38:01+00:00",
"space_id": 123,
"type": "<string>",
"title": "<string>",
"status": "<string>",
"position": 123,
"completion_criteria": "<string>",
"unlocking_criteria": "<string>",
"children_count": 123,
"permalink": "<string>",
"parent_id": 123,
"parent_type": "<string>",
"description": "<string>"
},
"completed_at": "2026-09-18T16:38:03+00:00"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Webhook payload
Response
200
Return any 2xx status to indicate that the payload has been successfully received.
Any other response will cause the webhook to retry up to 5 times, over a period of several hours.