POST
/
connection
/
accounts
/
select
Update the list of accounts to be considered
curl --request POST \
  --url https://sandbox.deck.co/api/v1/connection/accounts/select \
  --header 'Content-Type: application/json' \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>' \
  --data '{
  "access_token": "<string>",
  "accounts": [
    {
      "account_number": "<string>",
      "is_selected": true
    }
  ]
}'
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

Response

200

OK