POST
/
organisations
/
{organisation_id}
/
keys

Path Parameters

organisation_id
string
required

Body

application/json
name
string
required

Name of the public key.

Response

204
application/json
id
string
required

Unique identifier for the public key.

name
string
required

Name of the public key.

publicKey
string
required

The public key in PEM format.

privateKey
string
required

The private key in PEM format.

createdAt
string
required

Timestamp when the public key was created.