Would like to ask how to connect to CRM. I seem to have everything but do not know how to do it.It wants to connect using python. I have: "clientId", "apiKey", "requestTime", "sha", everything that CRM Salesmanago requires. How can I connect? On their website it is written like this:
Each API call, except for authentication, has to include authentication data. Values of clientId can be found under the "Integration" bookmark in the "Settings" menu. The apiKey value is a random string used for authentication.
Link to the Salesmanago API Reference. I want to download data from this CRM.
{
"clientId":"your-client-id-123",
"apiKey":"your-api-key-123",
"requestTime":1327056031488,
"sha":"2aa3927a7dee8c2a712adb5375f5fa36dd8fe00c"
}