cURL
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" ] }
Returns the associated parameters that were used when creating a link_token
Enter your client id
Enter your secret
OK
The response is of type object.
object
Was this page helpful?