Base URLs
- Production
- Staging
| Purpose | URL |
|---|---|
| Authentication | https://v3-api.cleargrid.ai/ |
| Account Management | https://v3-api.cleargrid.ai/admin/v3 |
| CRM Dashboard | https://command.cleargrid.ai/ |
Authentication
All API requests (except login) require a valid Bearer token in theAuthorization header. Tokens are obtained through the Lender Login endpoint and can be refreshed using the Refresh Token endpoint.
HTTP Status Codes
| Status Code | Description |
|---|---|
200 | OK — Request succeeded. Data accepted and processing has started in the background. |
400 | Bad Request — The request body contains validation errors. Check the errors array for details. |
401 | Unauthorized — Missing, invalid, or expired authentication token. |
500 | Internal Server Error — Something went wrong on our end. Contact support if this persists. |
API Endpoints
Authentication
Authenticate with lender credentials to obtain access tokens for API requests.
Accounts
Create, update, and withdraw accounts and sub-accounts. Manage your portfolio programmatically.
Need Help?
Our support team is available Monday-Friday, 9 AM - 6 PM GST. Reach out at support@cleargrid.com or visit our help center.