Creates an API access key set for the current user.
POST https://api-<BlueCat.edge.url>/v1/api/apiKeys
Authorization: Bearer authorization token
Response
200 OK
Content-Type: application/JSON
{
"clientId": <clientId>,
"clientSecret": <clientSecret>
}
Successful response code:
- OK - Successful request
Possible error codes:
- BAD REQUEST - Invalid request
- UNAUTHORIZED - Not authorized
- INTERNAL SERVER ERROR - Unexpected error