resource:read or resource:write.
How permissions work
- An endpoint can require one scope or several scopes. When several are listed, the key must satisfy all of them.
- A
resource:writegrant also satisfiesresource:readfor the same resource. A read grant never satisfies a write requirement. - Full-access keys use
*:*. Read-only keys use*:read, which satisfies every current and future read requirement. - A key without the required permissions receives a
403insufficient_api_key_scoperesponse.

