POST
/
routing
/
default
curl --request POST \
  --url https://sandbox.hyperswitch.io/routing/default \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '[
  {
    "connector": "adyenplatform",
    "merchant_connector_id": "<string>"
  }
]'
[
  {
    "connector": "adyenplatform",
    "merchant_connector_id": "<string>"
  }
]

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Body

application/json ยท object[]

The body is of type object[].

Response

200
application/json
Successfully updated default config

The response is of type object[].