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
headerrequired

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
profile_id
string
required
connectors
object[]
required