---
title: "Get Store Info"
method: GET
path: "/api/v1/partner/store/doctors"
tags: ["Blaze PARTNER Store - Store Info"]
---

# Get Store Info

`GET /api/v1/partner/store/doctors`

## Query parameters

- `term` string

## Response `200`

successful operation

- SearchResultDoctor
  - `values` Doctor[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `importId` string
    - `firstName` string
    - `lastName` string
    - `license` string
    - `website` string
    - `phoneNumber` string
    - `email` string
    - `fax` string
    - `degree` string
    - `state` string
    - `searchText` string
    - `address` Address
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `address` string
      - `city` string
      - `state` string
      - `zipCode` string
      - `addressLine2` string
      - `country` string
      - `latitude` number
      - `longitude` number
      - `completeTransaction` boolean
    - `active` boolean
    - `notes` Note[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `writerId` string
      - `writerName` string
      - `message` string
      - `enableOnFleet` boolean
    - `assets` CompanyAsset[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
      - `key` string
      - `type` 'Photo' | 'Document' | 'Kml'
      - `publicURL` string
      - `active` boolean
      - `priority` integer
      - `secured` boolean
      - `thumbURL` string
      - `mediumURL` string
      - `largeURL` string
      - `largeX2URL` string
      - `origURL` string
      - `platformFileUrl` string
      - `assetType` 'Photo' | 'Document' | 'Kml'
    - `deaNumber` string
    - `npiNumber` string
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
