ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountByIdGetWithHttpInfo(String accountId) |
Get account information
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountByIdUpdateWithHttpInfo(String accountId,
ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest) |
Update account information
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountCreateWithHttpInfo(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest) |
Create new account
|
ApiResponse<AuthResponse> |
AuthApi.authPostWithHttpInfo(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
ApiResponse<Void> |
DatasetsApi.datasetByIdDeleteWithHttpInfo(String datasetId) |
Delete dataset
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdGetWithHttpInfo(String datasetId) |
Get dataset information
|
ApiResponse<Void> |
DatasetsApi.datasetRecordByIdDeleteWithHttpInfo(String datasetId,
String recordId) |
Delete dataset record
|
ApiResponse<DatasetRecordAll> |
DatasetsApi.datasetRecordByIdGetWithHttpInfo(String datasetId,
String recordId) |
Get dataset record information
|
ApiResponse<DatasetListResponse> |
DatasetsApi.datasetsGetWithHttpInfo() |
Get available datasets
|
ApiResponse<DatasetCreateResponse> |
DatasetsApi.datasetsPostWithHttpInfo(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
ApiResponse<EmailResponse> |
ProcessApi.emailPostWithHttpInfo(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
ApiResponse<IdentifyResponse> |
ProcessApi.identifyPostWithHttpInfo(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
ApiResponse<Void> |
DatasetsApi.ingestDocumentsPostWithHttpInfo(String datasetId,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
ApiResponse<IngestFileResponse> |
DatasetsApi.ingestFilePostWithHttpInfo(String datasetId,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
ApiResponse<Void> |
MatchingApi.matchPersonPostWithHttpInfo() |
Search for matching person records in one or more datasets.
|
ApiResponse<OrganizationNameResponse> |
ProcessApi.organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
ApiResponse<PersonNameResponse> |
ProcessApi.personNamePostWithHttpInfo(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
ApiResponse<PhoneResponse> |
ProcessApi.phonePostWithHttpInfo(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
ApiResponse<RecordsQueryResponse> |
DatasetsApi.recordsGetWithHttpInfo(String datasetId,
BigDecimal pageSize,
String pageAfter) |
Query records
|
ApiResponse<Void> |
DatasetsApi.recordsPostWithHttpInfo(String datasetId,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
ApiResponse<ConfidentifyUserResponse> |
AccountsApi.userByIdGetWithHttpInfo(String accountId,
String username) |
Get user information
|
ApiResponse<ConfidentifyUserResponse> |
AccountsApi.userByIdUpdateWithHttpInfo(String accountId,
String username,
ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest) |
Update user information
|