Skip to main content

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

Successful Response
Schema

    string

Loading...