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