cURL
curl --request GET \ --url https://api.dial.to/v1/blink-lists/{id} \ --header 'x-blink-client-key: <api-key>'
{ "id": "<string>", "name": "<string>", "entries": [ { "image": "<string>", "title": "<string>", "description": "<string>", "cta": "<string>", "context": { "url": "<string>", "websiteUrl": "<string>", "category": "<string>", "provider": { "name": "<string>", "icon": "<string>" } }, "links": { "blink": "<string>", "dataTable": "<string>" } } ] }
Retrieve curated list of Blinks by ID from the terminal
Client key to authorize requests.
Wallet address of the user
Successful response
Blink List
Show child attributes
Was this page helpful?