intakes

List My Intake Submissions

Intake submissions made by the current user (matched on submitter email).

Scoped to the caller's own submissions and gated only by the router's auth + company scoping (no elevated permission), so low-access VRM users can review the intake forms they themselves submitted.

get/intakes/my-submissions

Response

Successful Response

intake_submission_idstring uuid required
template_idstring uuid nullable required
original_template_idstring uuid required
template_namestring required
submitter_emailstring required
status'PENDING' | 'REVIEWED' | 'REJECTED' | 'OUT_OF_SCOPE' required
createdstring date-time required
reviewed_atstring date-time nullable required
vendor_company_idstring uuid nullable
service_idstring uuid nullable
vendor_namestring nullable
vendor_company_websitestring nullable
service_namestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.