User login (Admin or Processor)
Admin
Admin Login
Authenticate and receive JWT token
POST
User login (Admin or Processor)
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
The login endpoint authenticates admin users and processors, returning JWT tokens for session-based access.
Endpoint
Request Body
User email address
User password
User Types
Admin Users
Dashboard users with roles like
system_admin, compliance_user, super_agentProcessors
Merchant accounts for POS terminal management
Example
- Request
- Response
Token Management
User Roles
| Role | Access Level |
|---|---|
system_admin | Full system access |
compliance_user | Compliance monitoring |
support_user | Customer support |
sales_user | Sales operations |
audit_user | Read-only audit access |
super_agent | Agent network management |
sub_agent | Field agent operations |
processor | POS merchant dashboard |
Errors
| Code | Error | Description |
|---|---|---|
| 400 | INVALID_REQUEST | Missing email or password |
| 401 | INVALID_CREDENTIALS | Wrong email or password |
| 401 | ACCOUNT_INACTIVE | User account is not active |
| 500 | INTERNAL_ERROR | Server error |
Security Notes
Related
Refresh Token
Get new access token
Logout
Revoke refresh token
Current User
Get current user info
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.