Class ClientKeyCompanyLevel

    • Constructor Detail

      • ClientKeyCompanyLevel

        public ClientKeyCompanyLevel​(Client client)
    • Method Detail

      • generateNewClientKey

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