# Query using native ID Searches the LINK database for an identity using source + native ID (the customer's source system identifier). Endpoint: POST /nativeIdQuery Version: 2026.1.2 Security: bearerAuth ## Request fields (application/json): - `auditId` (string) Audit identifier used for tracing and governance across Verato services. - `auditLogMap` (object) Generic map of string keys to string values. - `content` (object) Queries LINK database using source information. - `content.source` (object, required) Tracks an identity to a particular source system and record ID. - `content.source.date` (string) The date of the source data in ISO format (yyyy-MM-dd). - `content.source.name` (string) Name of the data source. Must be unique across Verato. - `content.source.id` (string) ID of an identity within the given data source. - `content.responseIdentityFormatNames` (array) Response identity formats. DEFAULT if omitted. - `trackingId` (string) ## Response 200 fields (application/json): - `auditId` (string) Audit identifier used for tracing and governance across Verato services. - `success` (boolean) - `unparsedJson` (string) - `warnings` (array) - `retryableError` (boolean) - `message` (string) - `content` (object) Service response for a source-based query. - `content.identityGroupedBySource` (array) - `content.identityGroupedBySource.source` (object) Tracks an identity to a particular source system and record ID. - `content.identityGroupedBySource.source.date` (string) The date of the source data in ISO format (yyyy-MM-dd). - `content.identityGroupedBySource.source.name` (string) Name of the data source. Must be unique across Verato. - `content.identityGroupedBySource.source.id` (string) ID of an identity within the given data source. - `content.customerSources` (array) - `content.linkId` (string) LINK ID of the returned identity, if any. - `content.identity` (object) Logical identity in the Verato platform. Contains domain-specific attributes for Person, Provider, Health Facility, and Organization. - `content.identity.organizationNames` (array) - `content.identity.organizationNames.legalBusinessName` (string) TEXT data type, see documentation for more details. - `content.identity.organizationNames.otherOrgName` (string) TEXT data type, see documentation for more details. - `content.identity.organizationNames.tradingName` (string) TEXT data type, see documentation for more details. - `content.identity.organizationNames.parentOrgName` (string) TEXT data type, see documentation for more details. - `content.identity.addresses` (array) - `content.identity.addresses.addressName` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.addressType` (string) CODE-SET data type, see documentation for more details. - `content.identity.addresses.line1` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.line2` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.city` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.district` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.state` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.postalCode` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.country` (string) TEXT data type, see documentation for more details. - `content.identity.addresses.latitude` (string) NUMBER data type, see documentation for more details. - `content.identity.addresses.longitude` (string) NUMBER data type, see documentation for more details. - `content.identity.addresses.validFrom` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.addresses.validTo` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.contactInformation` (array) Example: [{"address":{"line1":"123 Main St","city":"Springfield","state":"VA","postalCode":"22150"},"phoneList":[{"number":"5551234567","type":"WORK","bestTimeToContact":{"day":"MON","startTime":"09:00","endTime":"17:00","allDay":false}}],"bestTimeToContact":{"day":"MON","startTime":"09:00","endTime":"17:00","allDay":false}}] - `content.identity.contactInformation.address` (object) - `content.identity.contactInformation.phoneList` (array) Example: [{"number":"5551234567","type":"WORK","bestTimeToContact":{"day":"MON","startTime":"09:00","endTime":"17:00","allDay":false}}] - `content.identity.contactInformation.phoneList.number` (string) NUMBER data type, see documentation for more details. - `content.identity.contactInformation.phoneList.type` (string) CODE-SET data type, see documentation for more details. - `content.identity.contactInformation.phoneList.bestTimeToContact` (object) - `content.identity.contactInformation.phoneList.bestTimeToContact.day` (string) CODE-SET data type, see documentation for more details. - `content.identity.contactInformation.phoneList.bestTimeToContact.startTime` (string) TIME data type, see documentation for more details. - `content.identity.contactInformation.phoneList.bestTimeToContact.endTime` (string) TIME data type, see documentation for more details. - `content.identity.contactInformation.phoneList.bestTimeToContact.allDay` (boolean) BOOLEAN data type, see documentation for more details. - `content.identity.contactInformation.faxList` (array) - `content.identity.contactInformation.faxList.number` (string) TEXT data type, see documentation for more details. - `content.identity.phoneNumbers` (array) Example: [{"number":"5551234567","type":"WORK","validFrom":"2024-01-01","validTo":"2024-12-31","bestTimeToContact":{"day":"MON","startTime":"09:00","endTime":"17:00","allDay":false}}] - `content.identity.faxNumbers` (array) - `content.identity.emails` (array) - `content.identity.emails.email` (string) TEXT data type, see documentation for more details. - `content.identity.alternateIdentifiers` (array) - `content.identity.alternateIdentifiers.description` (string) TEXT data type, see documentation for more details. - `content.identity.alternateIdentifiers.value` (string) TEXT data type, see documentation for more details. - `content.identity.alternateIdentifiers.status` (boolean) BOOLEAN data type, see documentation for more details. - `content.identity.alternateIdentifiers.issuer` (string) TEXT data type, see documentation for more details. - `content.identity.alternateIdentifiers.issueDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.alternateIdentifiers.startDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.alternateIdentifiers.endDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.externalUniqueIdentifier` (array) - `content.identity.externalUniqueIdentifier.status` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials` (array) - `content.identity.authorizedOfficials.title` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.prefix` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.first` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.middle` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.last` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.suffix` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.credential` (string) TEXT data type, see documentation for more details. - `content.identity.authorizedOfficials.phoneNumber` (string) TEXT data type, see documentation for more details. - `content.identity.employerIdentificationNumber` (array) - `content.identity.naicsClassifications` (array) - `content.identity.naicsClassifications.sector` (string) CODE-SET data type, see documentation for more details. - `content.identity.naicsClassifications.subSector` (string) CODE-SET data type, see documentation for more details. - `content.identity.naicsClassifications.industryGroup` (string) CODE-SET data type, see documentation for more details. - `content.identity.naicsClassifications.industry` (string) CODE-SET data type, see documentation for more details. - `content.identity.naicsClassifications.nationalIndustry` (string) CODE-SET data type, see documentation for more details. - `content.identity.sicClassifications` (array) - `content.identity.sicClassifications.code` (string) CODE-SET data type, see documentation for more details. - `content.identity.qualifications` (array) - `content.identity.qualifications.qualification` (string) TEXT data type, see documentation for more details. - `content.identity.qualifications.status` (string) CODE-SET data type, see documentation for more details. - `content.identity.types` (array) - `content.identity.types.type` (string) TEXT data type, see documentation for more details. - `content.identity.types.subType` (string) TEXT data type, see documentation for more details. - `content.identity.contactOther` (array) - `content.identity.contactOther.system` (string) CODE-SET data type, see documentation for more details. - `content.identity.product` (array) - `content.identity.product.name` (string) TEXT data type, see documentation for more details. - `content.identity.product.code` (string) TEXT data type, see documentation for more details. - `content.identity.product.category` (string) TEXT data type, see documentation for more details. - `content.identity.product.price` (string) NUMBER data type, see documentation for more details. - `content.identity.product.launchDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.product.market` (string) TEXT data type, see documentation for more details. - `content.identity.product.lineOfBusiness` (string) TEXT data type, see documentation for more details. - `content.identity.product.serviceLines` (array) - `content.identity.product.serviceLines.serviceLine` (string) TEXT data type, see documentation for more details. - `content.identity.product.serviceLines.subServiceLine` (string) TEXT data type, see documentation for more details. - `content.identity.numberOfEmployees` (array) - `content.identity.numberOfEmployees.numberOfEmployees` (string) NUMBER data type, see documentation for more details. - `content.identity.foundedDate` (array) - `content.identity.foundedDate.foundedDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.annualRevenue` (array) - `content.identity.annualRevenue.annualRevenue` (string) NUMBER data type, see documentation for more details. - `content.identity.annualRevenue.year` (string) NUMBER data type, see documentation for more details. - `content.identity.legalStatus` (array) - `content.identity.legalStatus.source` (string) TEXT data type, see documentation for more details. - `content.identity.legalStatus.effectiveDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.legalStatus.verificationDate` (string) DATE data type (yyyy-MM-dd), see documentation for more details. - `content.identity.legalStatus.jurisdiction` (string) TEXT data type, see documentation for more details. - `content.identity.legalStatus.registrationCountry` (string) CODE-SET data type, see documentation for more details. - `content.domains` (array) - `content.domains.name` (string) - `content.domains.id` (string) - `content.customizedIdentities` (object) - `errors` (array) - `trackingId` (string)