All API endpoints require authentication via JWT tokens.
Authentication Methods
CreditNexus supports two authentication methods:- Traditional Login: Email and password
- Wallet Authentication: MetaMask wallet signature
JWT Tokens
After successful authentication, you receive:- Access Token: Short-lived token for API requests
- Refresh Token: Long-lived token for token renewal