---
title: "Get public NPI profile"
method: GET
path: "/ticintel/npi/{npi}/public"
tags: ["ticintel"]
---

# Get public NPI profile

`GET /ticintel/npi/{npi}/public`

Returns public profile information for the given NPI, excluding detailed contracted rates.

## Path parameters

- `npi` string, required

## Response `200`

Public NPI profile

- TicintelNpiResponse
  - `Message` string
  - `Success` boolean
  - `commonName` string
  - `definition` string
  - `displayName` string
  - `location` TicintelLocation
    - `address` string
    - `city` string
    - `state` string
    - `zip` string
  - `nextLocation` TicintelLocation
    - `address` string
    - `city` string
    - `state` string
    - `zip` string
  - `nextNpi` string
  - `nextSlug` string
  - `npiNumber` string
  - `previousLocation` TicintelLocation
    - `address` string
    - `city` string
    - `state` string
    - `zip` string
  - `previousNpi` string
  - `previousSlug` string
  - `procedures` string[]
  - `providerName` string
  - `ratesByPayer` TicintelRatesByPayerItem[]
    - `payer` string
    - `plans` TicintelPlan[]
      - `billing_code` string
      - `medicare_rate` number
      - `medicare_rate_percentage` number
      - `name` string
      - `smart_rate` number
  - `shortName` string
  - `specialty` string
  - `taxonomy` string
  - `ticScore` number

## Other responses

- `400` — NPI must be numeric
- `404` — NPI not found
- `500` — Internal error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
