Routing - Retrieve Default For Profile
GET /routing/default/profile
Try it
cURL
curl --request GET \
--url https://sandbox.hyperswitch.io/routing/default/profile \
--header 'api-key: <api-key>'Example response (200)
{
"profile_id": "<string>",
"connectors": [
{
"connector": "authipay",
"merchant_connector_id": "<string>"
}
]
}Related:
Suggest edits: https://github.com/juspay/hyperswitch/edit/main/api-reference/v1/routing/routing--retrieve-default-for-profile.mdx Raise issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v1/routing/routing--retrieve-default-for-profile