Endpoints
Create API Key
Creates a new api key (bearer token) for the user given by Basic auth.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200
application/json
Bearer token api key.
The response is of type object
.