Skip to main content
POST
/
connection
/
refresh
Request manual refresh
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.

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

access_token
string
required

The access token associated with the Item data is being requested for

Minimum length: 1
account_numbers
string[]

Response

OK

I