Create a new API key
Creates a new API key for the currently authenticated user
Request Body*
{
"name": "string"
}
Responses
201 Created
401 Unauthorized – Invalid or missing API key
Creates a new API key for the currently authenticated user
{
"name": "string"
}