Hi,
I generated an admin-issued API key with write
, read
and read lists
scopes. However, when I try to consume the key (adding the key on the header Api-Key
) to access the {{localhost}}/posts.json
endpoint, I get the following error:
"errors": [
"You are not permitted to view the requested resource. The API username or key is invalid."
],
"error_type": "invalid_access"
}
On the other hand, generating a global key give me access to the endpoint. What is the correct (minimum) scope for reading {{localhost}}/posts.json
?