Create Api Key
POST/keys
Creates an API key for a user.
Args: request (Request): The request object containing the user ID in the request state.
Returns: str: The created API key.
Responses
- 200
Successful Response
- application/json
- Schema
Schema
string
Loading...