cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/connection/refresh \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data '{ "access_token": "<string>", "account_numbers": [ "<string>" ] }'
This response does not have an example.
This will initiate a new session for refreshing the data related to a connection.
Enter your client id
Enter your secret
OK
Was this page helpful?