---
title: "Create Gfe Request"
method: POST
path: "/spakinect/gfe"
tags: ["provider", "spakinect"]
---

# Create Gfe Request

`POST /spakinect/gfe`

Create a new Good Faith Exam request.

Creates an appointment with SpaKinect and stores the GFE record in the database.
The patient will receive notifications at their email/phone to complete the virtual exam.

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- GFECreateRequest — Request to create a new Good Faith Exam appointment
  - `patientId` string, required
  - `locationId` string, required
  - `appointmentTime` string, date-time, required
  - `requestedTreatments` string[], required
  - `patientEmail` string, email, nullable
  - `patientPhone` string, nullable

## Response `201`

Successful Response

- GFEDetail — Detailed Good Faith Exam information including SpaKinect data
  - `id` string, required
  - `patientId` string, required
  - `spakinectGfeId` string, required
  - `createdDate` string, date-time, required
  - `updatedDate` string, date-time, nullable
  - `status` 'Processing' | 'Pending Review' | 'Approved' | 'Rejected' | 'Completed' | 'Cancelled' | 'Cancelled by client', required — Status values for Good Faith Exam visits from SpaKinect API
  - `requestedTreatments` string[], required
  - `patientDetails` PatientDetails, required
    - `name` string, nullable — Patient's full name
    - `first_name` string, required — Patient's first name
    - `last_name` string, required — Patient's last name
    - `email` string, required — Patient's email address
    - `phone` string, nullable — Patient's phone number
  - `document` DocumentSummary
    - `id` string, required
    - `patientId` string, required
    - `filePath` string, required
    - `fileType` string, required
    - `title` string, required
    - `summary` string, nullable, required
    - `docType` 'LAB' | 'PHARMACY' | 'IMAGE' | 'REPORT' | 'OTHER' | 'CONSENT' | 'NOTE_UPLOAD', required
    - `signatureUrl` string, nullable, required

## Other responses

- `422` — Validation Error

---

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