/
Retrieve external service...
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/external-services-settings
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/external-services-settings
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/external-services-settings
- SecretApiKey
- JWT
curl -i -X GET \
https://www.rebilly.com/_mock/catalog/all/external-services-settings \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "quickBooksOnline": { "customer": { … }, "invoice": { … }, "transaction": { … }, "journalEntry": { … } } }