v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBKey Management
Create an API key
Creates an API key with a given name.
Note: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the V2 Key Management endpoints instead.
post/api/v1/api_key
Request body
Example request
{
"created": "2019-08-02 15:31:07",
"created_by": "john@example.com",
"key": "1234512345123456abcabc912349abcd",
"name": "example user"
}Response
OK
Example response
{
"api_key": {
"created_by": "test_user",
"key": "1234512345123456abcabc912349abcd",
"name": "app_key"
}
}