Work with embedded blockchain links (Blinks) and sell products directly on socials (ie. Twitter, etc.)
Last updated 10 months ago
GET /blink/{clickcrateId} HTTP/1.1 Host: api.clickcrate.xyz Accept: */*
Successful response
{ "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" } ] } ] } }
POST /blink/purchase HTTP/1.1 Host: api.clickcrate.xyz Content-Type: application/json Accept: */* Content-Length: 296 { "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" }
Purchase initiated successfully
{ "transaction": "text", "message": "text" }