consents

Upload signed consent PDF (minors)

Upload the signed consent PDF for this consent. Only the PDF that replaces the generated consent document is accepted (path is fixed per consent type). After upload, the consent is marked as signed; if all documents are uploaded, status becomes pending_approval.

post/api/consents/{consent_id}/upload-signed-pdf

Path parameters

consent_idstring uuid required

Response

Successful Response

consent_idstring uuid required

Consent UUID

status'draft' | 'pending_otp' | 'pending_approval' | 'revision_required' | 'verified' | 'expired' | 'revoked' required

Informed consent status constants.

consent_pdf_signedboolean required

Always true after marking as signed

next_action'none' | 'upload_documents' | 'sign_pdf' | 'wait_approval' | 'verify_otp' | 'complete_form' | 'renew' required

Next action for consent flow.

Changes

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