Invite endpoints are served at the API host root, not under
/api/v1: https://api.autosage.ai/invites.Endpoints
Get invitation info
GET /invites/:token/info
Returns the invited email, assigned role, organization name, inviter name, and expiration time. No session or API key is required.
string
required
Invitation token from the invite link.
Accept an invitation
POST /invites/accept
Adds the signed-in user to the organization with the role assigned by the inviter.
string
required
Invitation token to accept.
success, orgId, and the accepted role.
Next steps
Invite lifecycle
Learn how owners send, track, and revoke invitations.
Members & roles
Understand the access granted after acceptance.
Organizations API
Manage members and pending invitations.