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
Currently, when trying to use the posts.json API endpoint with an Admin API key (and probably the same with a User API key as well), the response status will be "403 Forbidden" and the response body will contain the following JSON:
{
"errors":["You are not permitted to view the requested resource."],
"error_type":"invalid_access"
}
That's hard to debug. Please provide a hint that this error happened because of missing ethical consent (our field edgeryders_consent).
The text was updated successfully, but these errors were encountered:
Currently, when trying to use the
posts.json
API endpoint with an Admin API key (and probably the same with a User API key as well), the response status will be "403 Forbidden" and the response body will contain the following JSON:That's hard to debug. Please provide a hint that this error happened because of missing ethical consent (our field
edgeryders_consent
).The text was updated successfully, but these errors were encountered: