Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
name required |
Name Validations:
|
// Successful request POST /api/v2/user/api_keys { "name": "test api key" } 200 { "api_key": "j4f1J.afsJaN502wm8YMBo6JOcst-aUlfG5QxAvq5NqeqOQgDNKU_75CJ_3HXVow" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |