Admin
Current User
Get current logged-in user details
GET
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.
Returns details of the currently authenticated user.
Request
Bearer <token> - JWT access tokenResponse
User ID
Email address
First name
Last name
User role
Account status (
active, inactive, suspended)Phone number
Last login timestamp (ISO 8601)
Account creation timestamp
Whether user has PEP account access
Examples
Use Cases
- Validate session on page load
- Display user info in dashboard header
- Check user permissions
Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Not authenticated or token expired |
| 404 | NOT_FOUND | User not found |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Response
OK
For processors
For processors
"admin" or "processor"