/v1/api/apiKeys (POST) - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Creates an API access key set for the current user.

POST https://api-<DNS.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