v1
latestOpenAPI 3.0.42026-08-064075233.0 KBAuthentication
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
Example request
{
"validFrom": "2024-09-23T09:33:38.013347Z",
"validTo": "2025-09-23T09:33:38.013347Z",
"type": "Production"
}Response
JWT token
string required