operator
Generate a new API key
post/api/v1/operator/keys
Request body
Example request
{
"name": "Production"
}Response
Example response
{
"keyPrefix": "ac_ab12...cd34"
}Changes
Changed in 2 of the 15 revisions of this API.22
- ▲
added required request body
request-body-added-required
- ▲
removed the success response with the status
201response-success-status-removed
- ○
added the success response with the status
200response-success-status-added
- ▲
- ○
endpoint added
endpoint-added
- ○