Hi
Is this the valid URL for API Authentication
/rest/<version>/oauth2/token
Hi
Is this the valid URL for API Authentication
/rest/<version>/oauth2/token
Hi Olivia Forde ,
It is, you can get more information on the Arguments here:
https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.2/Integration/Web_Services/REST_API/Endpoints/oauth2token_POST/
I hope this helps.
André
hi Andre Serrazina and Harald Kuske
I was asked by developers for this info as they haven't worked with SugarCRM previously, and are building an integration with an ecommerce website.
Their response was they only need username and password, no platform, secret etc...
Not being a developer myself, can you advise on an appropriate reply to explain the disadvantages of their method please?
Thank you in advance.
hi Andre Serrazina and Harald Kuske
I was asked by developers for this info as they haven't worked with SugarCRM previously, and are building an integration with an ecommerce website.
Their response was they only need username and password, no platform, secret etc...
Not being a developer myself, can you advise on an appropriate reply to explain the disadvantages of their method please?
Thank you in advance.
Since version 7 you need the platform, mandatory. I suppose they worked with the old REST API v4_1 which is still available but not supported anymore.
In tis old API you authenticate with
"user_auth":
{
"user_name":"{{usr}}",
"password":"{{pwd}}"},
"application_name":"SoapTest"
}