Create new API key

post/user/api_key

Response

API key created

successboolean

Example response

{
  "success": true,
  "data": {
    "api_key": "sk-xxx"
  }
}

Changes