Api Keys
Create API key
Creation of a new API key.
post/api/v1/apikeys
Request body
Example request
{
"organizationId": "de.acme"
}Response
OK
Example response
{
"active": true,
"createdAt": 1517232722,
"createdBy": "user123",
"key": "39978f49-6ff1-4147-bf0f-9910185084b7",
"label": "My Api Key",
"organizationId": "de.acme"
}