GET
/
routing
/
default
/
profile
curl --request GET \
  --url https://sandbox.hyperswitch.io/routing/default/profile \
  --header 'api-key: <api-key>'
{
  "profile_id": "<string>",
  "connectors": [
    {
      "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.

Response

200
application/json
Successfully retrieved default config
profile_id
string
required
connectors
object[]
required