Users
Accept Invite
Called by the frontend after a freshly-invited user completes Supabase Auth callback. Notifies the inviter.
POST
Accept Invite
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Called by the frontend after a freshly-invited user completes Supabase Auth callback. Notifies the inviter.
curl --request POST \
--url https://api.oviond.com/v1/users/accept-invite \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request POST \
--url https://api.oviond.com/v1/users/accept-invite \
--header 'Authorization: Bearer <token>'{
"success": true
}