Users
Generate Token
Generates an authentication token for a specific user by their user ID.
GET
This endpoint does not require the
token header. It generates a token using the user ID directly.Path Parameters
string
required
The user ID to generate a token for.
Response
boolean
Whether the request was successful.
string
A human-readable result message.
string
The generated authentication token.
