api-keys
Create an API key
Mints a fresh API key for the caller's organization. The plaintext key value is returned exactly once and never stored or returned again.
post/api-keys
Request body
Example request
{
"$schema": "/api/v1/APIKeyCreateRequest.json"
}Response
Created
Example response
{
"$schema": "/api/v1/APIKeyCreateResponse.json"
}