Verato IdentityIdQuery API

The IdentityIdQuery API from Verato — 2 operation(s) for identityidquery.

Operations 2

POST /identityIdQuery Query using link ID (identityIdQuery) #
POST /v2/identityIdQuery Query using link ID (identityIdQuery) #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/verato-identityidquery-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

verato-identityidquery-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Verato Organization AddRelationshipService Identity ID Query API
  version: 2026.1.2
  description: 'The Verato Organization API provides comprehensive identity management capabilities for organizations within the Verato LINK platform. This API enables you to:


    - **Ingest and manage organization identities**: Add, update, and delete organization records with rich demographic and contact information.

    - **Search and query**: Find organizations using demographic data, native IDs, or link IDs (Verato''s golden identifier).

    - **Lifecycle management**: Soft-delete and restore organization records while preserving data history.

    - **Merge and link operations**: Consolidate duplicate organizations, manage master data relationships, and maintain data lineage.

    - **Relationship management**: Define and query relationships between organizations (parent-child, affiliations, etc.).

    - **Notifications**: Track and audit identity changes and events across your organization data.


    All operations follow a standard request/response envelope pattern with audit tracking, error handling, and optional response format customization.

    '
servers:
- url: https://yourveratodomain.com/org-link-ws/svc
  description: Production Organization Link API
- url: https://yourveratodomain.com/org-link-ws/svc
  description: Sandbox Organization Link API
security:
- basicAuth: []
tags:
- name: IdentityIdQuery
paths:
  /identityIdQuery:
    post:
      summary: Query using link ID (identityIdQuery)
      description: Search for an Identity with supplied linkId
      operationId: identityIdQuery
      requestBody:
        required: true
        description: The identity ID query request.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServiceRequest_identityIdQuery'
      responses:
        '200':
          description: Successful identity ID query operation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceResponse_identityIdQuery'
      tags:
      - IdentityIdQuery
  /v2/identityIdQuery:
    post:
      summary: Query using link ID (identityIdQuery)
      description: Search for an Identity with supplied linkId
      operationId: post_v2_identityIdQuery
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceResponse_v2__identityIdQuery'
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServiceRequest_v2__identityIdQuery'
      tags:
      - IdentityIdQuery
components:
  schemas:
    IdentityIdQueryWsResponse:
      type: object
      description: Response object for query by link ID.
      properties:
        identityGroupedBySource:
          type: array
          items:
            $ref: '#/components/schemas/IdentityPerSource'
        customerSources:
          type: array
          items:
            type: string
        linkId:
          type: string
          description: Returned link ID (may differ from requested after merges).
        identity:
          $ref: '#/components/schemas/Identity'
        domains:
          type: array
          items:
            $ref: '#/components/schemas/Domain'
        requestedLinkId:
          type: string
          description: The link ID used in the original query.
        customizedIdentities:
          type: object
          additionalProperties:
            $ref: '#/components/schemas/Identity'
    citizenships:
      type: object
      properties:
        citizenship:
          $ref: '#/components/schemas/CODE-SET_2'
    PhoneNumberPerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/Phone'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        phoneNumber:
          $ref: '#/components/schemas/Phone'
          description: The Phone Number provided by this source
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was first asserted
      description: ''
    AddressDetailsPerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/AddressDetails'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        addressDetails:
          $ref: '#/components/schemas/AddressDetails'
          description: The Address provided by this source
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was first asserted
      description: ''
    contactInformation:
      type: object
      properties:
        address:
          $ref: '#/components/schemas/addresses'
        phoneList:
          type: array
          items:
            $ref: '#/components/schemas/phoneNumbers'
        faxList:
          type: array
          items:
            $ref: '#/components/schemas/faxNumbers'
        bestTimeToContact:
          $ref: '#/components/schemas/bestTimeToContact'
      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
    MergedSourceRecord:
      type: object
      properties:
        date:
          type: string
          description: The date of the source data in ISO format (yyyy-mm-dd).
        name:
          type: string
          description: The name of the data source.  Must be unique across Verato.
        id:
          type: string
          description: The ID of an identity within the given data source.
        activeNativeId:
          type: string
          description: The surviving (active) native id.
        activeSource:
          type: string
          description: The surviving (active) source name.
        timestamp:
          type: string
          description: The merge timestamp (UTC, ISO_LOCAL_DATE_TIME).
      description: A retired source record enriched with linkage metadata.
    maritalStatuses:
      type: object
      properties:
        maritalStatus:
          $ref: '#/components/schemas/CODE-SET_2'
    VerifiedAddressMetaData:
      type: object
      properties:
        verifiedAddress:
          type: string
        rdi:
          type: string
        countyFips:
          type: string
        cmra:
          type: boolean
        latitude:
          type: number
          format: double
        precision:
          type: string
        congressionalDistrict:
          type: string
        vacant:
          type: boolean
        verificationCode:
          type: string
        longitude:
          type: number
          format: double
        countyName:
          type: string
    legalStatus:
      type: object
      properties:
        type:
          $ref: '#/components/schemas/CODE-SET'
        source:
          $ref: '#/components/schemas/TEXT'
        effectiveDate:
          $ref: '#/components/schemas/DATE'
        verificationDate:
          $ref: '#/components/schemas/DATE'
        jurisdiction:
          $ref: '#/components/schemas/TEXT'
        registrationCountry:
          $ref: '#/components/schemas/CODE-SET'
    ServiceResponse_identityIdQuery:
      type: object
      properties:
        auditId:
          type: string
        success:
          type: boolean
        warnings:
          type: array
          items:
            type: string
        retryableError:
          type: boolean
        message:
          type: string
        content:
          $ref: '#/components/schemas/IdentityIdQueryWsResponse'
        errors:
          type: array
          items:
            type: string
        trackingId:
          type: string
    BOOLEAN:
      type: boolean
      description: BOOLEAN data type, see documentation for more details.
    alternateIdentifiers_2:
      type: object
      properties:
        description:
          $ref: '#/components/schemas/TEXT_2'
        type:
          $ref: '#/components/schemas/CODE-SET_2'
        value:
          $ref: '#/components/schemas/TEXT_2'
        status:
          $ref: '#/components/schemas/TEXT_2'
        issuer:
          $ref: '#/components/schemas/TEXT_2'
        issueDate:
          $ref: '#/components/schemas/DATE_2'
        startDate:
          $ref: '#/components/schemas/DATE_2'
        endDate:
          $ref: '#/components/schemas/DATE_2'
    alternateIdentifiers:
      type: object
      properties:
        description:
          $ref: '#/components/schemas/TEXT'
        type:
          $ref: '#/components/schemas/CODE-SET'
        value:
          $ref: '#/components/schemas/TEXT'
        status:
          $ref: '#/components/schemas/BOOLEAN'
        issuer:
          $ref: '#/components/schemas/TEXT'
        issueDate:
          $ref: '#/components/schemas/DATE'
        startDate:
          $ref: '#/components/schemas/DATE'
        endDate:
          $ref: '#/components/schemas/DATE'
    datesOfBirth:
      type: object
      properties:
        dateOfBirth:
          $ref: '#/components/schemas/DATE_2'
    DatesOfBirthPerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/DateOfBirth'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        dateOfBirth:
          $ref: '#/components/schemas/DateOfBirth'
          description: The Date Of Birth provided by this source
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was first asserted
      description: ''
    Name:
      type: object
      properties:
        use:
          type: string
        prefix:
          type: string
        first:
          type: string
        middle:
          type: string
        last:
          type: string
        suffix:
          type: string
        credential:
          type: string
        clusterStatus:
          type: string
          enum:
          - ACTIVE
          - INACTIVE
          description: The current clusterStatus
      description: Represents a person's name
    ethnicities:
      type: object
      properties:
        ethnicity:
          $ref: '#/components/schemas/CODE-SET_2'
    Domain:
      type: object
      properties:
        name:
          type: string
        id:
          type: string
    sexualOrientations:
      type: object
      properties:
        sexualOrientation:
          $ref: '#/components/schemas/CODE-SET_2'
    AddressDetails:
      type: object
      properties:
        country:
          type: string
        streetType:
          type: string
        sources:
          type: array
          items:
            $ref: '#/components/schemas/Source_2'
          description: The source for this cluster
        city:
          type: string
        zipcode4:
          type: string
        addressType:
          type: string
        houseNumber:
          type: string
        streetPostDirection:
          type: string
        unitNumber:
          type: string
        attributesMap:
          type: object
          additionalProperties: {}
        streetDirection:
          type: string
        unitType:
          type: string
        zipcode:
          type: string
        streetName:
          type: string
        state:
          type: string
        line2:
          type: string
        clusterStatus:
          type: string
          enum:
          - ACTIVE
          - INACTIVE
          description: The current clusterStatus
    DATE:
      type: string
      format: date
      description: DATE data type (yyyy-MM-dd), see documentation for more details.
    CODE-SET:
      type: string
      description: CODE-SET data type, see documentation for more details.
    ServiceRequest_identityIdQuery:
      type: object
      properties:
        content:
          $ref: '#/components/schemas/IdentityIdQueryWsRequest'
        trackingId:
          type: string
    consents:
      type: object
      properties:
        name:
          $ref: '#/components/schemas/TEXT_2'
        type:
          $ref: '#/components/schemas/CODE-SET_2'
        status:
          $ref: '#/components/schemas/CODE-SET_2'
        isRequired:
          $ref: '#/components/schemas/BOOLEAN_2'
        decision:
          $ref: '#/components/schemas/CODE-SET_2'
        validFrom:
          $ref: '#/components/schemas/DATE_2'
        validTo:
          $ref: '#/components/schemas/DATE_2'
        source:
          $ref: '#/components/schemas/TEXT_2'
        regulatoryBasis:
          $ref: '#/components/schemas/CODE-SET_2'
    addresses_2:
      type: object
      properties:
        type:
          $ref: '#/components/schemas/CODE-SET_2'
        line1:
          $ref: '#/components/schemas/TEXT_2'
        line2:
          $ref: '#/components/schemas/TEXT_2'
        city:
          $ref: '#/components/schemas/TEXT_2'
        district:
          $ref: '#/components/schemas/TEXT_2'
        state:
          $ref: '#/components/schemas/TEXT_2'
        postalCode:
          $ref: '#/components/schemas/TEXT_2'
        country:
          $ref: '#/components/schemas/TEXT_2'
        latitude:
          $ref: '#/components/schemas/NUMBER_2'
        longitude:
          $ref: '#/components/schemas/NUMBER_2'
        validFrom:
          $ref: '#/components/schemas/DATE_2'
        validTo:
          $ref: '#/components/schemas/DATE_2'
    Identity:
      type: object
      description: 'Logical identity in the Verato platform. Contains domain-specific

        attributes for Person, Provider, Health Facility, and Organization.

        '
      properties:
        organizationNames:
          type: array
          items:
            $ref: '#/components/schemas/organizationNames'
        addresses:
          type: array
          items:
            $ref: '#/components/schemas/addresses'
        contactInformation:
          type: array
          items:
            $ref: '#/components/schemas/contactInformation'
        phoneNumbers:
          type: array
          items:
            $ref: '#/components/schemas/phoneNumbers'
        faxNumbers:
          type: array
          items:
            $ref: '#/components/schemas/faxNumbers'
        emails:
          type: array
          items:
            $ref: '#/components/schemas/emails'
        alternateIdentifiers:
          type: array
          items:
            $ref: '#/components/schemas/alternateIdentifiers'
        externalUniqueIdentifier:
          type: array
          items:
            $ref: '#/components/schemas/externalUniqueIdentifier'
        authorizedOfficials:
          type: array
          items:
            $ref: '#/components/schemas/authorizedOfficials'
        employerIdentificationNumber:
          type: array
          items:
            $ref: '#/components/schemas/employerIdentificationNumber'
        naicsClassifications:
          type: array
          items:
            $ref: '#/components/schemas/naicsClassifications'
        sicClassifications:
          type: array
          items:
            $ref: '#/components/schemas/sicClassifications'
        qualifications:
          type: array
          items:
            $ref: '#/components/schemas/qualifications'
        types:
          type: array
          items:
            $ref: '#/components/schemas/types'
        contactOther:
          type: array
          items:
            $ref: '#/components/schemas/contactOther'
        product:
          type: array
          items:
            $ref: '#/components/schemas/product'
        numberOfEmployees:
          type: array
          items:
            $ref: '#/components/schemas/numberOfEmployees'
        foundedDate:
          type: array
          items:
            $ref: '#/components/schemas/foundedDate'
        annualRevenue:
          type: array
          items:
            $ref: '#/components/schemas/annualRevenue'
        legalStatus:
          type: array
          items:
            $ref: '#/components/schemas/legalStatus'
    annualRevenue:
      type: object
      properties:
        annualRevenue:
          $ref: '#/components/schemas/NUMBER'
        year:
          $ref: '#/components/schemas/NUMBER'
    EmailPerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/Email'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        email:
          $ref: '#/components/schemas/Email'
          description: The Email provided by this source
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was first asserted
      description: ''
    sicClassifications:
      type: object
      properties:
        code:
          $ref: '#/components/schemas/CODE-SET'
    races:
      type: object
      properties:
        race:
          $ref: '#/components/schemas/CODE-SET_2'
    preferences:
      type: object
      properties:
        name:
          $ref: '#/components/schemas/TEXT_2'
        type:
          $ref: '#/components/schemas/TEXT_2'
        channels:
          type: array
          items: {}
    externalUniqueIdentifier:
      type: object
      properties:
        issuer:
          $ref: '#/components/schemas/TEXT'
        value:
          $ref: '#/components/schemas/TEXT'
        status:
          $ref: '#/components/schemas/TEXT'
        startDate:
          $ref: '#/components/schemas/DATE'
        endDate:
          $ref: '#/components/schemas/DATE'
    names:
      type: object
      properties:
        use:
          $ref: '#/components/schemas/CODE-SET_2'
        prefix:
          $ref: '#/components/schemas/TEXT_2'
        first:
          $ref: '#/components/schemas/TEXT_2'
        middle:
          $ref: '#/components/schemas/TEXT_2'
        last:
          $ref: '#/components/schemas/TEXT_2'
        suffix:
          $ref: '#/components/schemas/TEXT_2'
        credential:
          $ref: '#/components/schemas/TEXT_2'
    NamePerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/Name'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        name:
          $ref: '#/components/schemas/Name'
          description: The Name provided by this source
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was first asserted
      description: ''
    recentEncounter:
      type: object
      properties:
        status:
          $ref: '#/components/schemas/CODE-SET_2'
        class:
          $ref: '#/components/schemas/CODE-SET_2'
        priority:
          $ref: '#/components/schemas/CODE-SET_2'
        type:
          $ref: '#/components/schemas/CODE-SET_2'
        serviceType:
          $ref: '#/components/schemas/CODE-SET_2'
        start:
          $ref: '#/components/schemas/DATE_2'
        end:
          $ref: '#/components/schemas/DATE_2'
        reason:
          $ref: '#/components/schemas/TEXT_2'
        diagnosis:
          $ref: '#/components/schemas/TEXT_2'
        specialArrangement:
          $ref: '#/components/schemas/CODE-SET_2'
        specialCourtesy:
          $ref: '#/components/schemas/CODE-SET_2'
    TIME:
      type: string
      description: TIME data type, see documentation for more details.
    NUMBER:
      type: string
      description: NUMBER data type, see documentation for more details.
    Source:
      type: object
      description: Tracks an identity to a particular source system and record ID.
      properties:
        date:
          type: string
          description: The date of the source data in ISO format (yyyy-MM-dd).
        name:
          type: string
          description: Name of the data source. Must be unique across Verato.
        id:
          type: string
          description: ID of an identity within the given data source.
    religiousAffiliations:
      type: object
      properties:
        religiousAffiliation:
          $ref: '#/components/schemas/CODE-SET_2'
    guarantor:
      type: object
      properties:
        relationship:
          $ref: '#/components/schemas/CODE-SET_2'
        firstName:
          $ref: '#/components/schemas/TEXT_2'
        middleName:
          $ref: '#/components/schemas/TEXT_2'
        lastName:
          $ref: '#/components/schemas/TEXT_2'
        suffix:
          $ref: '#/components/schemas/TEXT_2'
        dob:
          $ref: '#/components/schemas/DATE_2'
        ssn:
          $ref: '#/components/schemas/TEXT_2'
        addressLine1:
          $ref: '#/components/schemas/TEXT_2'
        addressLine2:
          $ref: '#/components/schemas/TEXT_2'
        city:
          $ref: '#/components/schemas/TEXT_2'
        state:
          $ref: '#/components/schemas/TEXT_2'
        zip:
          $ref: '#/components/schemas/TEXT_2'
        phone:
          $ref: '#/components/schemas/TEXT_2'
        onHold:
          $ref: '#/components/schemas/BOOLEAN_2'
        startDate:
          $ref: '#/components/schemas/DATE_2'
        endDate:
          $ref: '#/components/schemas/DATE_2'
    IdentityIdQueryWsRequest:
      type: object
      description: Request object used to query by link ID.
      required:
      - linkId
      properties:
        linkId:
          type: string
          description: The link ID to query for.
        responseIdentityFormatNames:
          type: array
          uniqueItems: true
          description: Response identity formats. DEFAULT if omitted.
          items:
            type: string
    deathDetails:
      type: object
      properties:
        deceased:
          $ref: '#/components/schemas/CODE-SET_2'
        dateOfDeath:
          $ref: '#/components/schemas/DATE_2'
        city:
          $ref: '#/components/schemas/TEXT_2'
        county:
          $ref: '#/components/schemas/TEXT_2'
        state:
          $ref: '#/components/schemas/TEXT_2'
        country:
          $ref: '#/components/schemas/TEXT_2'
    genders:
      type: object
      properties:
        gender:
          $ref: '#/components/schemas/CODE-SET_2'
    contactOther:
      type: object
      properties:
        system:
          $ref: '#/components/schemas/CODE-SET'
        type:
          $ref: '#/components/schemas/CODE-SET'
        value:
          $ref: '#/components/schemas/TEXT'
        validFrom:
          $ref: '#/components/schemas/DATE'
        validTo:
          $ref: '#/components/schemas/DATE'
    communicationLanguages:
      type: object
      properties:
        language:
          $ref: '#/components/schemas/CODE-SET_2'
        preferred:
          $ref: '#/components/schemas/BOOLEAN_2'
    multipleBirthIndicator:
      type: object
      properties:
        multipleBirthIndicator:
          $ref: '#/components/schemas/BOOLEAN_2'
        multipleBirthInteger:
          $ref: '#/components/schemas/NUMBER_2'
        birthPlurality:
          $ref: '#/components/schemas/NUMBER_2'
    DeathDetails:
      type: object
      properties:
        deceased:
          type: string
        dateOfDeath:
          type: string
          format: date-time
        city:
          type: string
        county:
          type: string
        state:
          type: string
        country:
          type: string
        clusterStatus:
          type: string
          enum:
          - ACTIVE
          - INACTIVE
          description: The current clusterStatus
      description: API address model
    NUMBER_2:
      type: string
      description: NUMBER data type, see documentation for more details
    GenderPerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/Gender'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        gender:
          $ref: '#/components/schemas/Gender'
          description: The Gender provided by this source
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was first asserted
      description: ''
    IdentityPerSource_2:
      type: object
      properties:
        addresses:
          type: array
          items:
            $ref: '#/components/schemas/AddressPerSource'
          description: The addresses associated with this identity
        extendedAndCustomProperties:
          type: object
          additionalProperties:
            type: array
            items:
              type: string
        addressDetails:
          type: array
          items:
            $ref: '#/components/schemas/AddressDetailsPerSource'
          description: The addresses associated with this identity
        genders:
          type: array
          items:
            $ref: '#/components/schemas/GenderPerSource'
          description: The genders associated with this identity
        source:
          $ref: '#/components/schemas/Source_2'
          description: The source that provided all of the info for this identity.
        datesOfBirth:
          type: array
          items:
            $ref: '#/components/schemas/DatesOfBirthPerSource'
          description: The dates of birth associated with the identity
        phoneNumbers:
          type: array
          items:
            $ref: '#/components/schemas/PhoneNumberPerSource'
          description: The phone numbers associated with this identity
        deathDetails:
          type: array
          items:
            $ref: '#/components/schemas/DeathDetailsPerSource'
          description: The death details associated with this identity
        emails:
          type: array
          items:
            $ref: '#/components/schemas/EmailPerSource'
          description: The email addresses associated with this identity
        names:
          type: array
          items:
            $ref: '#/components/schemas/NamePerSource'
          description: The names associated with the identity
        ssns:
          type: array
          items:
            $ref: '#/components/schemas/SocialSecurityNumberPerSource'
          description: The Social Security Numbers associated with the identity
        mergedSourceRecord:
          $ref: '#/components/schemas/MergedSourceRecord'
          description: A source that has been merged into this identity.
        deactivatedSourceRecord:
          $ref: '#/components/schemas/Source_2'
          description: A source that has been deactivated in this identity.
      description: API object representing an identity, with information grouped by the single source that provided that information (this may include multiple updates, as expressed in the "lastAsserted" and "firstAsserted" properties).
    TIME_2:
      type: string
      description: TIME data type, see documentation for more details
    phoneNumbers_2:
      type: object
      properties:
        type:
          $ref: '#/components/schemas/CODE-SET_2'
        countryCode:
          $ref: '#/components/schemas/TEXT_2'
        areaCode:
          $ref: '#/components/schemas/TEXT_2'
        number:
          $ref: '#/components/schemas/TEXT_2'
        extension:
          $ref: '#/components/schemas/TEXT_2'
        validTo:
          $ref: '#/components/schemas/DATE_2'
        validFrom:
          $ref: '#/components/schemas/DATE_2'
        bestTimeToContact:
          type: array
          items:
            type: object
            properties:
              day:
                $ref: '#/components/schemas/CODE-SET_2'
              startTime:
                $ref: '#/components/schemas/TIME_2'
              endTime:
                $ref: '#/components/schemas/TIME_2'
              allDay:
                $ref: '#/components/schemas/BOOLEAN_2'
    TEXT:
      type: string
      description: TEXT data type, see documentation for more details.
    naicsClassifications:
      type: object
      properties:
        sector:
          $ref: '#/components/schemas/CODE-SET'
        subSector:
          $ref: '#/components/schemas/CODE-SET'
        industryGroup:
          $ref: '#/components/schemas/CODE-SET'
        industry:
          $ref: '#/components/schemas/CODE-SET'
        nationalIndustry:
          $ref: '#/components/schemas/CODE-SET'
    ServiceRequest_v2__identityIdQuery:
      type: object
      properties:
        content:
          $ref: '#/components/schemas/IdentityIdQueryWsRequest_2'
        trackingId:
          type: string
    addresses:
      type: object
      properties:
        addressName:
          $ref: '#/components/schemas/TEXT'
        addressType:
          $ref: '#/components/schemas/CODE-SET'
        line1:
          $ref: '#/components/schemas/TEXT'
        line2:
          $ref: '#/components/schemas/TEXT'
        city:
          $ref: '#/components/schemas/TEXT'
        district:
          $ref: '#/components/schemas/TEXT'
        state:
          $ref: '#/components/schemas/TEXT'
        postalCode:
          $ref: '#/components/schemas/TEXT'
        country:
          $ref: '#/components/schemas/TEXT'
        latitude:
          $ref: '#/components/schemas/NUMBER'
        longitude:
          $ref: '#/components/schemas/NUMBER'
        validFrom:
          $ref: '#/components/schemas/DATE'
        validTo:
          $ref: '#/components/schemas/DATE'
    AddressPerSource:
      type: object
      properties:
        identityCluster:
          $ref: '#/components/schemas/Address'
        firstAsserted:
          type: string
          description: The date the source first saw this property value.
        address:
          $ref: '#/components/schemas/Address'
          description: The Address provided by this source
        lastAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: Metadata specified when record data was last asserted
        lastAsserted:
          type: string
          description: The date the source last saw this property value.
        firstAssertedMetaData:
          $ref: '#/components/schemas/CustomerMetaData'
          description: 

# --- truncated at 32 KB (53 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/verato/refs/heads/main/openapi/verato-identityidquery-api-openapi.yml