---
title: "Get EIN profile"
method: GET
path: "/ticintel/ein/{ein}"
tags: ["ticintel"]
---

# Get EIN profile

`GET /ticintel/ein/{ein}`

Returns profile information for the given EIN, including contracted rates by payer. Requires a valid healthcare enterprise plan.

## Path parameters

- `ein` string, required

## Response `200`

EIN profile

- TicintelEinResponse
  - `Message` string
  - `Success` boolean
  - `commonName` string
  - `einNumber` string
  - `location` TicintelLocation
    - `address` string
    - `city` string
    - `state` string
    - `zip` 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` — EIN must be numeric
- `403` — Unauthorized access to provider data
- `404` — EIN 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)
