cURL
curl --request POST \ --url https://api.kaizenautomation.com/organizations/apiKeys/create \ --header 'Content-Type: application/json' \ --data '{}'
{ "apiKey": "<string>", "id": "<string>", "lastFourCharacters": "<string>", "createdAt": "<string>" }
Creates a new API key for the authenticated organization
API key creation parameters
The body is of type object.
object
API key created successfully
The response is of type object.