Authentication
Register, login, and manage authentication tokens.
REST API
Base: https://api.alqari.sa
Authentication
All requests require a Bearer token in the Authorization header (except Login & Register).
Authorization: Bearer YOUR_ACCESS_TOKENEndpoints(5)
Login with email and password to get access token.
Register a new user account.
Verify email with the code sent to user's email.
Request a password reset link.
Reset password using the token from email.