Headers

Header name Description
Content-Type
required
application/json
X-API-KEY
required
YOUR_API_KEY

Params

Param name Description
name
required

Name

Validations:

  • Must be a String

Examples

// Successful request
POST /api/v2/user/api_keys
{
  "name": "test api key"
}
200
{
  "api_key": "j4f1J.afsJaN502wm8YMBo6JOcst-aUlfG5QxAvq5NqeqOQgDNKU_75CJ_3HXVow"
}

Errors

Code Description
401 Unauthorized
404 Not found
500 Internal Server Error
422 Missing parameters