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
Example request
{
"validFrom": "2024-09-23T09:33:38.013347Z",
"validTo": "2025-09-23T09:33:38.013347Z",
"type": "Production"
}Response
JWT token
string required
Changes
No recorded changes to this endpoint across all 1 revision of this API.