Hello support.
I am currently working with an organisation which need to get data when an SuitCrm record is being created.
For this I try to use the REST API so we can get the records information and make a custom login on our end.
For this I see an example for exporting records via API on this link
As per that example we need the following information to proceed further:
$instance_url = "http://{site_url}/rest/v11"; $username = "admin"; $password = "password";
I am trying to figure out from where I can get site_url? and which username and password is required to continue further.
Please provide a step by step tutorial or guide me to get the information for API use.
Thank you.