Team Management API - Apex Estimate

Team Management API

The Team Management API provides endpoints for inviting new users to your company and managing their roles.

Invite a Team Member

Sends an invitation email to a new user to join the company. This endpoint is restricted to users with an 'Admin' role.

POST /api/invitations/

Accept an Invitation

Used by a new user to create their account and join a company. The user provides the unique token from their invitation email and sets their password.

POST /api/invitations/accept/

Verify Invitation Token

A public endpoint to check if an invitation token is valid before showing the final registration form.

GET /api/invitations/{token}/

Apex AI Assistant

Hello! How can I help you with your estimation needs today?