restApiKeyCreate
Creates a new REST API key.
Errors: REST_API_KEY_CREATE_ERROR if creation fails.
AUTH: Role=[apikey.OWNER]
restApiKeyCreate(
input: RestApiKeyCreateInput!
): RestApiKey!
Arguments
restApiKeyCreate.input ● RestApiKeyCreateInput! non-null input
REST API key configuration data.
Type
RestApiKey object
Represents a REST API key with encrypted client ID and secret storage