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
The access token associated with the Item data is being requested for
1
Flag to toggle the automatic refresh when new connection's data is found
OK
Was this page helpful?