cURL
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>" }
Returns the connectivity status about a connection
OK
The response is of type object.
object
Was this page helpful?