Use these operations to manage third-party apps that are integrated to your Rebilly account. For more information on third-party apps, and how to integrate them, see App store.
Retrieves a list of integrations.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/integrations
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/integrations
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/integrations
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/integrations?limit=1000&offset=1000' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "service": "google-sheets", "count": 0, "configurations": [ … ], "_links": [ … ] } ]