{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2026-09-26T01:29:16+00:00",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
}Webhooks
MemberJoinRequested
Triggered when a member requests an invitation to a space
WEBHOOK
MemberJoinRequested
{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2026-09-26T01:29:16+00:00",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
}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.