Keys
Get a Key
Get a Key using ID or name.
get/{workspace}/keys/{KeyIdOrName}
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
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 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 11 revisions, 1 has no diff computed.