Generate API Key
Generates a new API key for the organization associated with the authenticated user.
POST
/api/v1/orgs/me/apikeys
curl \
--request POST 'http://api.example.com/api/v1/orgs/me/apikeys' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"label":"string"}'
Request examples
{
"label": "string"
}
Response examples (201)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}
Response examples (400)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}
Response examples (401)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}
Response examples (500)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}