---
title: "Create Prescriber"
method: POST
path: "/v1/prescriber"
tags: ["v1"]
---

# Create Prescriber

`POST /v1/prescriber`

Create a prescriber in the Truepill ecosystem that is assigned to you as a customer

## Request body

- Model163
  - `prescriber_type` 'OD' | 'PMHNP' | 'MBBS' | 'DNP' | 'D.O.' | 'DPT' | 'D.D.S.' | 'F.N.P.' | 'CPP' | 'N.D.' | 'P.A.' | 'APNP' | 'V.M.D.' | 'RPh' | 'APRN' | 'DC APC' | 'PsyD' | 'CRNA' | 'PharmD' | 'B.V.M.S.' | 'WHNP' | 'PhD' | 'ARNP' | 'PT' | 'CRNP' | 'DPM' | 'CNP' | 'N.P.' | 'CDH' | 'D.M.D.' | 'D.V.M.' | 'M.D.' | 'CNM'
  - `first_name` string, required — Prescriber’s first name
  - `last_name` string, required — Prescriber’s last name
  - `dea` string — Prescriber’s DEA license ID
  - `npi` string, required — Prescriber’s National Provider Identifier
  - `active` boolean, required — Whether the prescriber is actively prescribing
  - `address` Model162, required — Prescriber's address details
    - `clinic_name` string — Clinic name that the prescriber works at
    - `street1` string, required — Street 1 of prescriber’s working address
    - `street2` string — Street 2 of prescriber’s working address
    - `city` string, required — City of prescriber’s working address
    - `state` string, required — State of prescriber’s working address. Two-letter state abbreviation
    - `country` string — US (default)
    - `zip` string, required — Zip code of prescriber’s working address
    - `phone` string, required — Prescriber’s phone number
    - `email` string — Prescriber’s email
    - `fax` string — Prescriber’s fax number

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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