Description: Create an API key for the current user. Returns an error if API key already exists - use regenerate API key instead.
Since: 4.3.0
Usage: POST /artifactory/api/security/apiKey
Produces: application/json
Sample Request:
POST https://[JFrogPlatformURL]/artifactory/api/security/apiKeySample output:
{
"apiKey": "3OloposOtVFyCMrT+cXmCAScmVMPrSYXkWIjiyDCXsY="
}