Skip to main content
POST
/
link
/
token
/
get
Get information about a previously created link_token
curl --request POST \
  --url https://sandbox.deck.co/api/v1/link/token/get \
  --header 'Content-Type: application/json' \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>' \
  --data '{
  "link_token": "<string>"
}'
{
  "language": "EN",
  "beta_source_status": "LiveAndBeta",
  "countries": [
    "<string>"
  ],
  "source_types": [
    "<string>"
  ],
  "source_guids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

The link_token, must be provided when calling Link endpoints, for identifying the Link session.

Minimum length: 1

Response

OK

language
enum<string>

The language used for the Link session corresponding to the provided Link token

Available options:
EN,
ES,
FR,
DE,
IT,
PT,
NL,
PL,
SV,
DA,
NO,
ET,
LT,
LV,
RO
beta_source_status
enum<string>

The beta source status filter from which data sources will be displayed during the Link session corresponding to the provided Link token.

Available options:
LiveAndBeta,
OnlyLive,
OnlyBeta
countries
string[] | null

The countries filter from which data sources will be displayed during the Link session corresponding to the provided Link token

source_types
string[] | null

The source types filter from which data sources will be displayed during the Link session corresponding to the provided Link token

source_guids
string<uuid>[] | null
I