v1
Create Prescriber
Create a prescriber in the Truepill ecosystem that is assigned to you as a customer
post/v1/prescriber
Request body
Example request
{
"prescriber_type": "OD",
"first_name": "True",
"last_name": "Pill",
"dea": "BI7884668",
"npi": "2888888888",
"active": true,
"address": {
"clinic_name": "True Clinic",
"street1": "3121 Diablo Ave",
"street2": "123 Some Lane",
"city": "Hayward",
"state": "CA",
"country": "US",
"zip": "94545",
"phone": "(855) 910-8606",
"email": "truepill@truepill.com",
"fax": "(855) 910-8606"
}
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.