Create a new PSK for the current user
User PSK management
Create a new PSK for the current user
Creates a new PSK for the currently logged-in user.
IMPORTANT: Adhere to the following:
- The PSK is returned only once upon creation. Store it securely because you can’t retrieve it again.
- If you lose your PSK, you must use the regenerate endpoint to create a new one.
- Authentication requires a Keycloak token. A PSK auth isn’t allowed.
POST
Create a new PSK for the current user
Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Request model for creating a user PSK.
Optional description for the PSK.
Response
PSK created successfully.
Response model for PSK creation/regeneration. It includes the raw PSK.
Unique ID of the PSK.
The raw pre-shared key. Store this securely, you can't retrieve it again.
Timestamp when you created the PSK.
Important information about the PSK.
Optional description for the PSK.