Migrated from Redmine #1078 | Author: Nikolas Šelemba
Status: New | Priority: High, I’m very impatient | Created: 2023-07-11
Hello, we are facing problem with getting booking details via API in integromat. The exactly same request worked till 9:10 today but after that time it doesnt work at all.
Company login is - shifra
we are sending this request as you can see on followed screenshot:
{
“ca”: null,
“qs”: ,
“url”: “https://user-api.simplybook.me/admin”,
“data”: “{"jsonrpc":"2.0","method":"getBookingDetails","params":[43867],"id":1}”,
“gzip”: true,
“method”: “post”,
“headers”: [
{
“name”: “X-Company-Login”,
“value”: “shifra”
},
{
“name”: “X-User-Token”,
“value”: “a6b8fbad297218dbe6cda3a19ed5a821c757f88007a7a61418a8347a44851d13”
}
]
}
]
Beside that we have tried to remake our request to new rest api version(v2) but we have been getting error 403 - access denied
Request and response on screenshot2. If you need any other information let me know. Thank you for your answere.