Hi,
after trying my code many times yesterday i now run into an http-Code 403 error.
If i had reached the limit of requests it would be a http-Code 427 error instead.
So i wonder if my API-Key is blocked or something and if i can check that somewhere.
It worked many times before tho.
Thanks ahead
P.s.: Here my snippet:
pload = {“locations”: z, ‘destinations’: [0], ‘metrics’: [‘distance’]}
header = {‘Authorization’: config[‘or_api_key’]}
r = requests.post(‘https://api.openrouteservice.org/v2/matrix/driving-car’, json=pload, headers=header)