Update a Connected Account
await seam.connectedAccounts.update({
connected_account_id: "a289aa54-5488-4707-9a4b-eeea4edf311d",
automatically_manage_new_devices: true,
custom_metadata: { id: "internalId1" },
});// voidcurl --include --request POST "https://connect.getseam.com/connected_accounts/update" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"automatically_manage_new_devices": true,
"custom_metadata": {
"id": "internalId1"
}
}
EOF{}Request Parameters
Response
Last updated
Was this helpful?

