Skip to main content
GET
/
api
/
payments
/
connectors
/
configs
List the configs of each available connector
curl --request GET \
  --url http://localhost/api/payments/connectors/configs \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

OK

data
object
required
I