• Sugar Market Test Credentials

    Hey, I've created a handful of scripts to push/pull using Sugar Market's API. I wanted to try testing them before they are put on production, but I don't know where I can get testing credentials. Endgrate Developers are SugarCRM ISV partners. Where can…
  • Authorization Grant Types

    Hello, we're integrating Sugar CRM with our product to import and push data, we're planning on using the REST API. My question is that the authentication flow requires us to get the username and password from the user into our client(Password grant type…
  • Using OAuth2.0 Swift authentication

    Hello All, I am developing an iOS application for crm. I am try to authentication using Oauth2.0. There are in bellow code. let oauthswift = OAuth2Swift ( consumerKey: client_id, consumerSecret: clientSecret, authorizeUrl: authURL, accessTokenUrl: accessURL…
  • Authentication error need_login when using REST v10

    Sugar - v9.0 Enterprise running on localhost using PHP v7.1.35 Wordpress custom plugin running on localhost using PHP v7.1.35 Ive got a strange problem with my local instance of sugar. I have a local copy of my live cloud install to facilitate development…
  • Authenticating with REST API without using username and password

    Hello! I'm integrating SugarCRM with our product to import and push data. I'm planning on using the latest REST API v8.2. My question is that the authentication flow requires us to get the username and password from the user into our client. I was wondering…
  • How do you logout a user from the server in PHP?

    I want to create a customisation that logs users out after a certain time of inactivity since closing Sugar in their browser (e.g. log out at night). I need this separate from Oauth token lifetimes so that APIs and the Outlook Plugin can still be configured…