AUTH API
An authentication API, or auth API, is a backend service or interface responsible for handling user authentication within a software application or system. Its primary function is to facilitate the authentication process, verifying the identity of users and granting access to protected resources or functionalities based on their credentials
AUTH API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
AUTH API FOR GETALLUSERS IN DATABASE /api/v1/getallusers |
AUTH API FOR GETALLUSERS IN DATABASE |
| POST |
AUTH API FOR REGISTER USERS /api/v1/register |
AUTH API FOR REGISTER USERS |
| POST |
AUTH API FOR LOGIN USERS /api/v1/login |
AUTH API FOR LOGIN USERS |
| POST |
AUTH API FOR LOGOUT /api/v1/logout |
AUTH API FOR LOGOUT |
AUTH API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|