Migrated from Redmine #59 | Author: Ahmed Sohaib
Status: New | Priority: Immediate, there is BUG! | Created: 2017-10-20
Hi,
We have an account with company name as ‘vendetuauto’.
We are calling an API method for which we do not get any results.
Here’s the CURL request for it:
curl -X POST
https://user-api.simplybook.me/
-H ‘content-type: application/json’
-H ‘x-company-login: vendetuauto’
-H 'x-token: token-here ’
-d '{
“jsonrpc”:“2.0”,
“method”:“getStartTimeMatrix”,
“params”:[“2017-10-21”,“2017-10-27”,1,1],
“id”:2
}
’
I have replaced token with ‘token-here’ but I am using a valid token.
Can you please help with this?
Kind Regards.