All services
List connection definitions
Returns a list of all available connection definitions.
GET
/
connection-definitions
This API is different from the list payment service definitions endpoint because it returns definitions for 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 available connection definitions.
items
object[]
Was this page helpful?