Skip to content

Files

Latest commit

 

History

History
45 lines (31 loc) · 874 Bytes

api-superuser-getServiceKey.adoc

File metadata and controls

45 lines (31 loc) · 874 Bytes

getServiceKey

GET /api/v1/superuser/keys/{kid}

Authorizations: oauth2_implicit (super:user)

Path parameters

Type Name Description Schema

path

kid
required

The unique identifier for a service key

string

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET \
  -H "Authorization: Bearer <bearer_token>" \
  "https://<quay_server>/api/v1/superuser/keys/<kid>"