Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mnemom.ai/v1/orgs/{org_id}/invitations \ --header 'Authorization: Bearer <token>'
{ "invitations": [ { "invitation_id": "<string>", "org_id": "<string>", "email": "<string>", "role": "<string>", "token": "<string>", "invited_by": "<string>", "expires_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
List pending invitations
Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Invitations list
Show child attributes
Suggestions
Contact support