cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/connection/auto_refresh/update \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data '{ "access_token": "<string>", "auto_refresh": true }'
This response does not have an example.
You can control which individual connections need to be regularly refreshed or not.
Enter your client id
Enter your secret
OK
Was this page helpful?