You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
My api key is correct and I am able to extract information using the curl method. However, I am trying to use this api call but it's failing. Any idea if I am missing something.
File "/home/surenvm/.local/lib/python3.8/site-packages/pypingdom/client.py", line 31, in init
for item in self.api.send('get', "checks", params={"include_tags": True})['checks']:
File "/home/surenvm/.local/lib/python3.8/site-packages/pypingdom/api.py", line 48, in send
raise ApiError(response)
pypingdom.api.ApiError: pingdom.ApiError: HTTP 403 - Forbidden returned with message, "Invalid application key"
Regards
Surendra
The text was updated successfully, but these errors were encountered:
Can confirm, it's happening for me as well.
I've tried specifying api_version="3.1" when initializing the client but it just turned the error into a 401 - Unauthorized
Hi,
My api key is correct and I am able to extract information using the curl method. However, I am trying to use this api call but it's failing. Any idea if I am missing something.
File "/home/surenvm/.local/lib/python3.8/site-packages/pypingdom/client.py", line 31, in init
for item in self.api.send('get', "checks", params={"include_tags": True})['checks']:
File "/home/surenvm/.local/lib/python3.8/site-packages/pypingdom/api.py", line 48, in send
raise ApiError(response)
pypingdom.api.ApiError: pingdom.ApiError: HTTP
403 - Forbidden
returned with message, "Invalid application key"Regards
Surendra
The text was updated successfully, but these errors were encountered: