POST
/
organisations
/
{organisation_id}
/
keys
curl --request POST \
  --url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/keys \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "id": "<string>",
  "name": "Organisation Public Key 1",
  "publicKey": "<string>",
  "privateKey": "<string>",
  "createdAt": "2023-01-01T12:00:00Z"
}

Path Parameters

organisation_id
string
required

Body

application/json

Response

204
application/json

OK

The response is of type object.