AgentPost

Auth

API endpoints for Auth

Auth

POST /api/v1/auth/signup

Create a new user account


POST /api/v1/auth/login

Log in with email and password


POST /api/v1/auth/verify-email

Verify email address via token or code


POST /api/v1/auth/refresh

Refresh access token


POST /api/v1/auth/password/reset-request

Request password reset email


POST /api/v1/auth/password/reset

Reset password with token or code


GET /api/v1/auth/oauth/{provider}

Get OAuth authorization URL


POST /api/v1/auth/oauth/{provider}/callback

Handle OAuth callback


POST /api/v1/auth/switch-org

Switch active organization


POST /api/v1/auth/logout

Logout and revoke current session


POST /api/v1/auth/mfa/verify-login

Complete login with MFA verification


On this page