Migrated from Redmine #1148 | Author: Tania Osmara
Status: New | Priority: High, I’m very impatient | Created: 2024-01-25
Good afternoon, we have the following problem with our account, if it generates the authentication token towards the branch per endpoint, but when trying to consult other endpoints it sends us the message that the number of calls exceeded.
suc_code: “ingenesusioc”,
method: “getCompanyParams”,
params: [[“min_time_till_event”, “max_time_till_event”, “date_format”, “company_timezone”, “payment_timeout”]]
baseURL: “https://user-api.simplybook.plus”
headers: {
‘Content-Type’: ‘application/json’,
‘X-Company-Login’ : ‘ingenesusioc’,
‘X-Token’ : token de simplybook,
}
jsonrpc: ‘2.0’,
peticion tipo POST
{
“code”: 429,
“message”: “API calls limit exhausted”,
“data”: ,
“message_data”:
}