Invite endpoints are served at the API host root, not under
/api/v1: https://api.autosage.ai/invites.Endpoints
| Method | Path | Description | Auth |
|---|---|---|---|
GET | /invites/:token/info | Get invitation details for display | Public |
POST | /invites/accept | Accept an invitation | [User] |
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.
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.
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.