cURL
curl --request GET \ --url https://eazype.com/api/v1/service/recharge/status \ --header 'Authorization: Basic <encoded-value>'
{ "code": "0x0200", "status": "SUCCESS", "message": "Recharge Success", "data": { "mobile": "9651807986", "operator": "VODAFONE", "amount": 10, "status": "success", "circle": "UP(East)", "txnId": 4272176, "operatorTxnId": "MPR2404021320250055", "orderId": "REC2700893506461518E9D42", "message": "Success", "clientRefId": "REC2700893506461518E9D42" } }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
The response is of type object.
object