Class ApiKeyCompanyLevel

    • Constructor Detail

      • ApiKeyCompanyLevel

        public ApiKeyCompanyLevel​(Client client)
    • Method Detail

      • generateNewApiKey

        public GenerateApiKeyResponse generateNewApiKey​(String companyId,
                                                        String apiCredentialId)
                                                 throws ApiException,
                                                        IOException
        Generate new API key
        Parameters:
        companyId - The unique identifier of the company account. (required)
        apiCredentialId - Unique identifier of the API credential. (required)
        Returns:
        GenerateApiKeyResponse
        Throws:
        ApiException - if fails to make API call
        IOException