All services
List connections
Returns a list of all configured connections.
GET
/
connections
This API is different from the list payment services endpoint because it returns all service types including anti-fraud and gift card services.
This endpoint requires the connections.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
A list of configured connections.
items
object[]
Was this page helpful?