Attributes
View the payload for retrieving customizable template information.When the
other document type is enabled in document_upload, end users can upload arbitrary documents that don’t fit the other categories. Truv does not parse these documents into structured data (they are captured only) — you can collect the uploaded files through the Uploaded Documents API (GET /v1/links/{link_id}/documents/).Endpoints
The table below covers the available endpoints for customizable templates.- List all customizable templates - GET /v1/templates/
- Create a customizable template - POST /v1/templates/
- Retrieve a customizable template - GET /v1/templates/{template_id}/
- Update a customizable template - PATCH /v1/templates/{template_id}/
- Delete a customizable template - DELETE /v1/templates/{template_id}/
What templates control
Templates give you fine-grained control over the verification experience across several areas:To suppress all Truv-sent notifications and handle communications yourself, enable
suppress_user_notifications in the template’s orders.notification_settings configuration. Its companion field first_notification_delay_hours is ignored when suppression is on.Example response
The
bridge.texts object is deprecated. Use bridge.product_settings instead to configure per-product Bridge text; texts will be removed in a future version.