cURL
curl --request POST \ --url https://app.telentir.com/api/servers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "mode": "generate", "publicKey": "<string>" } '
{ "name": "<string>", "publicKey": "<string>", "privateKey": "<string>" }
Register a root server
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
generate
upload_public
Base64URL encoded SPKI string (required when uploading your own key)
Server record and public key material
Only returned when Telentir generated the keypair