/v1/api/apiKeys (POST) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

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 - Missing or invalid token
  • INTERNAL SERVER ERROR - Unexpected error