SugarCRM · Authentication Profile
Sugarcrm Authentication
Authentication
The Sugar REST API uses two-legged OAuth 2.0. Clients POST credentials to the per-instance token endpoint and receive an access_token that is sent on subsequent requests in the OAuth-Token request header. Tokens are refreshed with the refresh_token grant. There is no OAuth scope surface - access is governed by Sugar role-based access control (ACLs) on the authenticated user, not by token scopes.
SugarCRM secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password and refresh_token flow(s).
CompanySaasCRMSalesMarketingCustomer ServiceSales AutomationREST API
Methods: oauth2
Schemes: 1
OAuth flows: password, refresh_token
API key in:
Security Schemes
OAuth2 oauth2