GET
/
v1
/
blink-lists
/
{id}
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

200
application/json

Successful response

Blink List

GET
/
v1
/
blink-lists
/
{id}
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

200
application/json

Successful response

Blink List