Migrated from Redmine #1224 | Author: Lukasz Motyl
Status: Closed | Priority: High, I’m very impatient | Created: 2024-04-25
Hello,
How to retrieve some data from cluster api?
I mean, that I was able successfully log in to cluster api, logi in as chosen subaccount (company).
I wanted use some of general methods from “Company public service”, but I received “Access denied”:
@
POST https://user-api.simplybook.cc/
Content-Type: application/json
X-Company-Login: isioengageadvice
X-User-Token: 6462f98c6630de426efcf95276009d40de8efc02984bef6ba8d163e649867346
{“method”:“getBooking”,“params”:[24,“85b8fc4f2c3c76e972070ec6d53e87d2”],“id”:33}
@
@
{
“error”: {
“code”: -32600,
“message”: “Access denied”,
“data”:
},
“id”: “33”
}
@
Maybe I am doing something wrong, if yes, what? Is any additional documentation about methods of cluster.api?
Best regards,
Lukasz