Auth API reference

Reference map for Auth API operations.

Updated
Apr 26, 2026

Auth

Use this reference map to choose the operation group before opening an endpoint page for exact request and response details.

Use Auth when the job is account authentication or account-token lifecycle work.

These routes own registration, login, token refresh, password reset or change flows, and email verification link or verification actions. Use Users and Organisations for profile, account, and organisation data after the caller is authenticated.

Create or attach

Other operations

OperationAPI
Change passwordAuth API
Login userAuth API
Refresh tokenAuth API
Register new userAuth API
Verify emailAuth API

Auth API reference

# Auth Use this reference map to choose the operation group before opening an endpoint page for exact request and response details. Use Auth when the job is account authentication or account-token lifecycle work. These routes own registration, login, token refresh, password reset or change flows, and email verification link or verification actions. Use Users and Organisations for profile, account, and organisation data after the caller is authenticated.

7 operations grouped by the job they support.

## Create or attach | Operation | API | | --- | --- | | [Create email verification link](/reference/auth/create-email-verification-link) | Auth API | | [Create password reset link](/reference/auth/create-password-reset-link) | Auth API | ## Other operations | Operation | API | | --- | --- | | [Change password](/reference/auth/change-password) | Auth API | | [Login user](/reference/auth/login-user) | Auth API | | [Refresh token](/reference/auth/refresh-token) | Auth API | | [Register new user](/reference/auth/register-new-user) | Auth API | | [Verify email](/reference/auth/verify-email) | Auth API |