Work with embedded blockchain links (Blinks) and sell products directly on socials (ie. Twitter, etc.)
Last updated 8 months ago
curl -L \ --url 'https://api.clickcrate.xyz/blink/{clickcrateId}'
{ "icon": "https://example.com", "label": "text", "title": "text", "description": "text", "disabled": true, "links": { "actions": [ { "href": "text", "label": "text", "parameters": [ { "name": "text", "label": "text", "required": true, "type": "text" } ] } ] } }
curl -L \ --request POST \ --url 'https://api.clickcrate.xyz/blink/purchase' \ --header 'Content-Type: application/json' \ --data '{ "account": "text", "clickcrateId": "text", "buyerName": "text", "shippingEmail": "name@gmail.com", "shippingPhone": "text", "shippingAddress": "text", "shippingCity": "text", "shippingStateProvince": "text", "shippingCountryRegion": "text", "shippingZipCode": "text", "toppings": "text", "dietaryRestrictions": "text" }'
{ "transaction": "text", "message": "text" }