POST /api_key/generate    
 POST
 /api_key/generate
 Generates a Free API Key. This endpoint is protected with ALTCHA M2M. You’ll receive a 401 response with WWW-Authenticate header containing the challenge. Refer to the documentation.
Request Body required
Payload
object
 hostname 
 required
   string
 Responses
200
New API Key
object
 apiKey 
 required
   string
  hostname 
 required
   string
  license    
 string
  secret 
 required
   string
 default
Unexpected error
object
 error 
 required
   string
  statusCode    
 number