Migrated from Redmine #1001 | Author: Mitun Talapatra
Status: Rejected | Priority: High, I’m very impatient | Created: 2023-01-20
Hi Team,
I am trying to access bookings using followings:
headers = {‘X-Company-Login’: ‘holmesplacedeutschland’,
‘X-Token’: ‘f2ceaa865575241eebf5fd3bdd0c63e9bb25554c107d5246c748cd6ca38e9fdb’,
‘Content-Type’: ‘application/json’,
}
JSONRpcClient = requests.get(‘https://user-api-v2.simplybook.me/admin/bookings?status=confirmed’, headers= headers)
Which is throwing an error of 401, meaning unauthorized access.
Could you please suggest me necessary steps to follow ASAP?