{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2025-12-29T18:18:08+00:00",
"updated_at": "2025-12-29T18:18:08+00:00",
"network_id": 123,
"member_email": "[email protected]",
"status": "<string>",
"space_id": 123,
"plan_id": 123,
"member_id": 123,
"member_first_name": "<string>",
"member_last_name": "<string>",
"member_location": "<string>",
"member_avatar": "<string>",
"referred_by_user_id": 123
}
}Triggered when a member requests an invitation to a space
{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2025-12-29T18:18:08+00:00",
"updated_at": "2025-12-29T18:18:08+00:00",
"network_id": 123,
"member_email": "[email protected]",
"status": "<string>",
"space_id": 123,
"plan_id": 123,
"member_id": 123,
"member_first_name": "<string>",
"member_last_name": "<string>",
"member_location": "<string>",
"member_avatar": "<string>",
"referred_by_user_id": 123
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook payload
Return a 200 OK to indiate 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 (TODO)