Find Truv Templates within the Customization section of your Dashboard. Configure Truv Bridge and your order flow for your specific product types when creating a customization template. For example, you can apply different branding and language according to your specific client needs. Your template configurations take priority over other settings, such as universal branding or those from Truv Bridge and Orders.Documentation Index
Fetch the complete documentation index at: https://truv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Attributes
View the payload for retrieving customizable template information.| Attribute | Type | Description |
|---|---|---|
| id | string | Unique identifier of template |
| name | string | Template name |
| products | array | List of products with applied customizable templates |
| default_for_products | boolean | Status of customizable template as product default |
| bridge | object | Configuration object for Truv Bridge template |
| branding | object | Configuration object for branding template |
| orders | object | Configuration object for Orders template |
| document_upload | object | Configuration object for Document upload template |
| created_at | datetime | Timestamp for created customizable template |
| updated_at | datetime | Timestamp for updated customizable template |
Endpoints
The table below covers the available endpoints for customizable templates.- List all customizable templates - GET /templates/
- Create a customizable template - POST /templates/
- Retrieve a customizable template - GET /templates/{template_id}/
- Update a customizable template - PATCH /templates/{template_id}/
- Delete a customizable template - DELETE /templates/{template_id}/
What templates control
Templates give you fine-grained control over the verification experience across several areas:| Area | Capabilities |
|---|---|
| Bridge UI | Filter search results by provider category, restrict visible employers, customize search header text, toggle the Truv logo and support button |
| Branding | Set company logo, accent and background colors, button styles, custom end-user agreement, and privacy policy link |
| Communications | Customize or suppress Truv-sent email and SMS notifications using suppress_user_notifications. Configure reminder timing, subject lines, and message text independently for first-touch and follow-up messages |
| Data & products | Control which products are available for the template, configure document upload requirements (types, counts, required vs optional), and set report return preferences |
| Order pages | Customize the hosted order landing page header, body text, FAQ visibility, and the success/expired screen content |
To suppress all Truv-sent notifications and handle communications yourself, enable
suppress_user_notifications in the template’s orders configuration.