Skip to main content

Get Clinician Document attachments

GET 

/api/v2/public/clinicians/:clinicianId/documents/:category/:documentId

Error: ENOENT: no such file or directory, open '/app/dist/apps/public-api/v2/clinicians/docs/get-document-attachments.md'

Request

Path Parameters

    clinicianId stringrequired

    Clinician ID

    Example: I7002epLHLhBCypdPCrn9XP4kTN2
    category stringrequired

    Possible values: [background-check, credential, license, ssn, cdph-530]

    Category of the document

    Example: license
    documentId stringrequired

    Id of the document

Responses

Schema
    data object
    clinicianId stringrequired

    Id of the clinician

    firstName stringrequired

    First name of the clinician

    lastName stringrequired

    Last name of the clinician

    contactEmail stringrequired

    Email of the clinician

    contactPhone stringrequired

    Contact phone of the clinician

    licenseType Arrayrequired

    List of valid license types of the clinician

Loading...