Get a Key
Get a Key using ID or name.
Response
Successfully fetched Key
Example response
{
"id": "d958f66b-8e99-44d2-b0b4-edd5bbf24658",
"jwk": "{\"alg\":\"RSA\", \"kid\": \"42\", ...}",
"kid": "42",
"name": "a-key",
"pem": {
"private_key": "-----BEGIN",
"public_key": "-----BEGIN"
},
"set": {
"id": "b86b331c-dcd0-4b3e-97ce-47c5a9543031"
}
}Changes
Changed in 4 of the 52 revisions of this API.115
- ▲
the response property
pem/private_keybecame nullable for the status200response-property-became-nullable
- ▲
the response property
pem/public_keybecame nullable for the status200response-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
tagsbecame nullable for the status200response-property-became-nullable
- ▲
- ▲
the response property
created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
updated_atbecame nullable for the status200response-property-became-nullable
- ○
added the optional property
x5tto the response with the200statusresponse-optional-property-added
- ○
the response optional property
created_atbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
the response optional property
updated_atbecame not read-only for the status200response-optional-property-became-not-read-only
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
jwkbecame nullable for the status200response-property-became-nullable
- ▲
the response property
namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
pembecame nullable for the status200response-property-became-nullable
- ▲
the response property
setbecame nullable for the status200response-property-became-nullable
- ▲
the response property
tagsbecame nullable for the status200response-property-became-nullable
- ○
the response optional property
idbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
the response property
kidbecame required for the status200response-property-became-required
This revision also has 88 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲