Retrieves an integration with a specified label.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/integrations/{label}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/integrations/{label}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/integrations/{label}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/integrations/{label}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Integration retrieved.
Response
{ "service": "google-sheets", "count": 0, "configurations": [ { … } ], "_links": [ { … } ] }