Runtime scopes
Self-service scopes
Default set
Customer keys without an explicit scope list get the everyday set:scopes when creating it:
Admin scopes (
admin:*) are only ever granted on internal tokens, never on
customer keys.Checking your scopes
GET /v1/me returns the scopes on the calling key. A call that needs a scope
you don’t hold returns 403 with a problem body naming the missing scope.