Hi,
I want to query the pingdom api.
My problem is i can't use email, passwd and api-key.
I must curl the api like this:
curl -X GET -u email:password -H "account-email: main login mail" -H 'Content-Type: application/json' -H 'App-Key: API-KEY' "https://api.pingdom.com/api/2.1/summary.performance/354354354354?includeuptime=true&resolution=hour&order=desc"
The Header account-email is important, without this i get 403 back.
Can someone assist me how I can use the api with this challenge?
Hi,
I want to query the pingdom api.
My problem is i can't use email, passwd and api-key.
I must curl the api like this:
curl -X GET -u email:password -H "account-email: main login mail" -H 'Content-Type: application/json' -H 'App-Key: API-KEY' "https://api.pingdom.com/api/2.1/summary.performance/354354354354?includeuptime=true&resolution=hour&order=desc"
The Header account-email is important, without this i get 403 back.
Can someone assist me how I can use the api with this challenge?