API Keys
Create an API Key
Generates a new programmatic API key for accessing authorized resources. The full, secret API key is returned ONLY once in this response and cannot be recovered later.
post/v1/api-keys
Request body
Example request
{
"name": "ci-pipeline"
}Response
API key created successfully
Example response
{
"key": "ak_7f9ba3271cf881309d9be8c9c0fcae47a95b8d29c3f0b2da8e89cf21e5c3df01"
}