CreateApiKey
Creates an API key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The request for a call to ApiKeyService.CreateApiKey.
The request for a call to ApiKeyService.CreateApiKey.
The name for the new ApiKey. Required.
The id of the user the new key will authenticate as. Must equal the id of the calling user; creating an API key on behalf of another user is no longer supported and the service will return INVALID_ARGUMENT if the values differ. The field is retained for backwards compatibility with existing clients and may be marked deprecated in a future revision.
Response
A successful response.