curl --request GET \
--url http://localhost:8000/connectors \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Get a list of all available connectors.
Returns: List of connector names supported by the system (excludes DEX providers which use Gateway networks)
curl --request GET \
--url http://localhost:8000/connectors \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?