Get all integrations configured for the specified API version
GET {{baseUrl}}/apis/:owner/:api/:version/integrations
The returned information includes integration types, names, unique IDs, and enabled/disabled status.
Note: The following integration types are currently not returned: Amazon API Gateway Lambda Sync, Apigee Edge, Azure API Management, IBM API Connect.
RESPONSES
status: OK
{"integrations":[{"configType":"AMAZON_API_GATEWAY_LAMBDA","name":"Java client","id":"urn:uuid:6bbddcb1-3e1a-fc1b-15de-284616d4a11a","enabled":true},{"configType":"AZURE_DEVOPS_SERVICES","name":"Java client","id":"urn:uuid:4067a7ed-093d-eb30-a404-05ef289f88ae","enabled":true}]}