Retrieve external service settings

Request

Retrieves external service settings.

Security
SecretApiKey or JWT
curl -i -X GET \
  https://www.rebilly.com/_mock/catalog/all/external-services-settings \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

External service settings retrieved.

Bodyapplication/json
quickBooksOnlineobject(QuickBooksOnlineExternalServiceSettings)

Settings for QuickBooks Online.

Response
{ "quickBooksOnline": { "customer": {}, "invoice": {}, "transaction": {}, "journalEntry": {} } }