Quick Start
ClearGrid Credentials
curl -X POST https://identity-dev.cleargrid.ae/api/v1/auth/{{lender}}/login \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "securepassword" }'{ "lenderPublicId": "1234-5678", "token": "eyJhbGciOiJIUz...", "refreshToken": "eyJhbGciOiJIUz..." }curl -X POST https://api-dev.cleargrid.ae/api/v1/lenders/{lenderPublicId}/accounts \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "accounts": [ { "status": 1, "accountId": "acc123", "subAccountId": "sub1", "firstName": "John", "lastName": "Doe", "principal": 1000, "loanType": 3 } ] }'
Authentication
1. Lender Login
2. Refresh Token
Response Codes
Code
Meaning
Example Response
Last updated
