v1

latestOpenAPI 3.0.42026-08-064075233.0 KB
Authentication

Generate registration key for nodes

Generates a registration key that can be used to register new nodes without having to register them individually. The key is valid for the specified time.

post/api/authentication/registrationkey

Request body

validFromstring date-time nullable

Date and time when the registration key is valid from.

validTostring date-time nullable

Date and time when the registration key is valid to.

typestring nullable

Type that the nodes using the registration key gets. Avaliable values are Production and DevAndTest.

Example request

{
  "validFrom": "2024-09-23T09:33:38.013347Z",
  "validTo": "2025-09-23T09:33:38.013347Z",
  "type": "Production"
}

Response

JWT token

string required