cURL
curl --request GET \ --url https://api.gameball.co/api/v4.0/integrations/coupons/{lockReference} \ --header 'apikey: <api-key>'
{ "lockReference": "<string>", "customerId": "<string>", "lockedCoupons": [ { "code": "<string>", "lockedAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z" } ] }
Retrieve details of locked coupons using the lock reference.
Lock details retrieved successfully
Show child attributes
Was this page helpful?