Client Operations
GET /client/profile
Description: Retrieves the profile information for the authenticated client.
Success Response (200 OK):
{
"status": true,
"code": 200,
"message": "Client fetched successfully!",
"data": {
"client_id": "b7d8f3a0-50cb-4a23-9b85-85962d56a3cc",
"email": "[email protected]",
"email_verified": true,
"name": "ravi",
"status": "active",
"check_kyc": false,
"created_at": "2025-05-17T06:11:16.683Z",
"updated_at": "2025-05-17T06:11:16.683Z",
"ClientConfigurations": []
}
}