GET
/
v1
/
blink-lists
/
{id}
Get Blink List
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>"
      }
    }
  ]
}

Authorizations

Client key to authorize requests.

Path Parameters

id
string
required

Query Parameters

account
string

Wallet address of the user

Response

Successful response

Blink List

id
string
required
name
string
required
entries
object[]
required