After getting access token, when trying to access the data, it throws an exception as below:
{'api-key': 'my_api_key', 'access-token': None, 'Content-type': 'application/json'}
{'status': 403, 'message': 'error', 'errorType': 'Access Denied'}
Even when i pass the token, this error occurs and i cannot access anything.
After getting access token, when trying to access the data, it throws an exception as below:
{'api-key': 'my_api_key', 'access-token': None, 'Content-type': 'application/json'}
{'status': 403, 'message': 'error', 'errorType': 'Access Denied'}
Even when i pass the token, this error occurs and i cannot access anything.