createApiKey
create API Key. This capability needs to be turned on for your account first
Arguments
input
· createApiKeyInput
· Parameters for createApiKey Returns
createApiKeyPayload
Example
mutation createApiKey($input: createApiKeyInput) { createApiKey(input: $input) { api_key api_key_object messages }}