Create a new API key
x-ms-visibility: "important"
Generates a new API key for the current operator with the specified name.
application/json
Request Body required
The name of the API key to create.
apiKeyName string
Responses
- 200
- 400
- 401
The generated API key and metadata.
application/json
Schema
Example (from schema)
Schema
apiKey string
{
"apiKey": "string"
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...