cURL
curl --request GET \ --url https://base_url/giftcard/order/status/EZGFT7EA57AF \ --header 'Authorization: Basic <encoded-value>'
{ "code": "0x0200", "status": "SUCCESS", "message": "Order Status Fetched Successfully", "data": { "status": "success", "statusLabel": "Complete", "orderId": "ABF5551438856", "refno": "GFT63347637C9DC67113" } }
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
Show child attributes
Was this page helpful?