Is there any way to create a scoped key that has p...
# community-help
r
Is there any way to create a scoped key that has permissions to perform the following operations (on all collections): • search • and read the schema of a collection (for the purpose of identifying field types) from what i've found, the latter of those 2 permisisons requires a full-fledged admin key.
j
@Ross The scoped key is technically called a "Scoped Search API Key", so it only works with the search endpoint. So you would have to create a separate key to read the schema of a collection, with just the collection:get permission. You don't need to use a full admin key
r
Noted, thanks 😄