API ReferenceAuthentication APIIntroduction

Authentication API

Aerocall provides a robust authentication system out of the box. All endpoints are under:

/api/v1/public/projects/:projectSlug/auth

Endpoints

EndpointDescription
POST /registerCreate new users
POST /loginAuthenticate with email and password
GET /meGet current user (requires JWT)
POST /otp/sendSend one-time code for passwordless login
POST /otp/verifyVerify OTP and get JWT
GET /verify-emailVerify email with token from email
POST /resend-verificationResend verification email
POST /reset-password-requestRequest password reset email
POST /reset-passwordSet new password with reset token

Each endpoint page includes request/response shapes, error codes, available hooks, and a Try it playground where applicable.