Sugar REST API
The Sugar REST API is hosted on each Sugar deployment at https:///rest/v{version}/ (v10 through v11_20). It authenticates with two-legged OAuth 2.0 (password + refresh_token grants, OAuth-Token header), returns JSON with ISO 8601 dates, uses offset pagination, and exposes CRM modules through /{module} and /{module}/filter routes.
Documentation
Documentation
https://support.sugarcrm.com/documentation/sugar_developer/
APIReference
https://support.sugarcrm.com/documentation/sugar_developer/sugar_developer_guide_13.0/integration/web_services/rest_api/
Authentication
https://raw.githubusercontent.com/api-evangelist/sugarcrm/refs/heads/main/authentication/sugarcrm-authentication.yml
Other Resources
Conventions
https://raw.githubusercontent.com/api-evangelist/sugarcrm/refs/heads/main/conventions/sugarcrm-conventions.yml
ErrorCatalog
https://raw.githubusercontent.com/api-evangelist/sugarcrm/refs/heads/main/errors/sugarcrm-problem-types.yml
APIsJSON
https://raw.githubusercontent.com/api-evangelist/sugarcrm/refs/heads/main/apis.yml