I want to integrate my cloud telephony service in suiteCRM for my client. How can i do that?
after doing some searches i found out the swagger url for some apis. the url is {pathtoserver}/Api/docs/swagger/swagger.json . but didnt get its base url. can anyone pls help me in finding the solution of above problem.
I ran into the same issue and found that if you’re using a custom setup or accessing SuiteCRM from behind a voip provider or firewall, CORS settings or base API URLs might get messed up. I had to double-check my config in config_override.php to make sure the site_url and API base were correct, and then cleared the cache to get the Swagger docs loading right.
Hello Anurag,
if you’re working with SuiteCRM 8.x, your path would be:
Other than that, there are GET endpoints:
GET {{suiteCRM.url}}/legacy/Api/V8/meta/modules
GET {{suiteCRM.url}}/legacy/Api/V8/meta/fields/{moduleName}
as listed here:
If it helps, you can check out my videos on SuiteCRM integration as well: