latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
PublicKeys

Associate a new RSA public key to an organization.

post/orgs/{orgId}/keys

Path parameters

orgIdstring required

The organization ID.

Request body

string required

Response

Public Key added successfully.

idstring required
keystring required
created_atstring date-time required
created_bystring required
expired_atstring date-time required
fingerprintstring required

It's the hexadecimal representation of the sha256 hash of the DER representation of the key, it's computed and stored when a new key is uploaded.

Example response

{
  "created_at": "2020-06-22T09:37:23.523Z",
  "expired_at": "2020-06-22T09:37:23.523Z"
}