/
CE
cekura
/
Cekura API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
dashboards
2
Metrics
1
Observability
1
schedules
1
test_framework
8
user
2
get
/user/v1/projects/{id}/
post
/user/api/v1/user-api-key/
user
Create a new API key. When using API key authentication, only project-level API keys can be created.
post
/user/api/v1/user-api-key/
Request body
UserAPIKey
required
id
integer
name
string
organization_name
string
project
integer
nullable
project_name
string
key
string
created_at
string
date-time
Response
UserAPIKey
required
id
integer
name
string
organization_name
string
project
integer
nullable
project_name
string
key
string
created_at
string
date-time
Changes