Clients
Create a new client
Create a new client account.
Allowed Roles:
admin, client-manager
POST
Create a new client
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
application/json
CreateClientRequest defines the client creation request payload
ClientID is the unique identifier for the client
Example:
"new-client"
ClientSecret is the client's password or secret key, will be hashed and stored as password_hash
Example:
"strong-password"
Available options:
str-uploader, takk-uploader, client-manager Example:
["str-uploader"]Create a new client