Reputation: 31091
I am implementing espn api, but having some issue, most api gives me this response.
{"timestamp" :"2013-02-25T11:19:02Z","message" :"This action is forbidden for the requested resource at your permission level. Please review the documentation for account level access.","status" :"error","code" :403}
I am using this api Espn MLB Standing
I want to know that where to review the documentation, i is there any need to purchase some api or anything else?
[EDIT]
One more thing there is ?apikey=:yourkey
, so this key is same for all user or we have to get this according to user login.
Upvotes: 0
Views: 510
Reputation: 645
My rep doesn't allowing commenting, but I thought I'd add the following here:
Upvotes: 0
Reputation: 107211
I think you are using the wrong apikey or there is some issue in your URL query.
Your app will have a unique apikey. This key is same for all users who are using the app.
You should get a apikey by registering to their site and use it for development purpose.
Upvotes: 0