Skip to main content
PATCH
/
v0
/
user
/
connectors
/
{user_connector_external_id}
Update User Connector
curl --request PATCH \
  --url https://api.example.com/v0/user/connectors/{user_connector_external_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_active": true,
  "auth_data": {}
}
'
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

user_connector_external_id
string
required

Body

application/json
is_active
boolean | null

Enable/disable connection

auth_data
Auth Data · object

Updated credentials

Response

User connector updated successfully

HAL-style hypermedia links for navigation and available actions.

user_connector
UserConnectorData · object
required