Retrieve an integration for specific label

Request

Retrieves an integration with a specified label.

Security
SecretApiKey or JWT
Path
labelstringrequired

Label of the integration.

Enum:"google-sheets""intuit-quickbooks"
curl -i -X GET \
  'https://www.rebilly.com/_mock/catalog/all/integrations/{label}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Integration retrieved.

Bodyapplication/json
servicestringread-only

Name of the integration service.

Enum:"google-sheets""intuit-quickbooks"
countinteger, >= 0read-only

Total number of available rule sets.

configurationsArray of objects, >= 0 itemsread-only

List of configurations.

Response
{ "service": "google-sheets", "count": 0, "configurations": [ {} ], "_links": [ {} ] }