Routing - List
List all routing configs
Documentation Index
Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Query Parameters
The number of records to be returned
x >= 0The record offset from which to start gathering of results
x >= 0The unique identifier for a merchant profile
Response
Successfully fetched routing configs
- object
- object[]
Routing dictionary for a merchant.
Contains all routing configurations created by the merchant, along with the currently active routing configuration.
Unique merchant identifier.
Example:
"merchant_789"
"merchant_789"
List of all routing configuration records associated with this merchant.
Currently active routing configuration ID.
Example:
"routing_abc123"
"routing_abc123"