POST
/
link
/
connection
/
status
Get the status of an attempted connection
curl --request POST \
  --url https://sandbox.deck.co/api/v1/link/connection/status \
  --header 'Content-Type: application/json' \
  --data '{
  "link_token": "<string>"
}'
{
  "status": "New",
  "additional_information": "<string>"
}

Body

Response

200
application/json

OK

The response is of type object.