Authorizations: oauth2_implicit (super:user)
Type | Name | Description | Schema |
---|---|---|---|
path |
kid |
The unique identifier for a service key |
string |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful invocation |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X GET \
-H "Authorization: Bearer <bearer_token>" \
"https://<quay_server>/api/v1/superuser/keys/<kid>"