Templates
Create a template
POSThttps://api-testnet.truvera.io/templates
Body
Template JSON object
html*string
The HTML content of the template
css*string
The CSS content of the template
name*string
The name of the template
Response
template has been created
Body
id*string
htmlstring
cssstring
name*string
metadataobject
Request
Response
List all templates
GEThttps://api-testnet.truvera.io/templates
Query parameters
Response
A paged array of templates
Body
id*string
htmlstring
cssstring
name*string
metadataobject
Request
Response
Info for a specific template by DID
GEThttps://api-testnet.truvera.io/templates/{id}
Path parameters
id*string (uuid)
The template ID
Response
Expected response to a valid request
Body
id*string
htmlstring
cssstring
name*string
metadataobject
Request
Response
Update a template
PATCHhttps://api-testnet.truvera.io/templates/{id}
Path parameters
id*string
A template ID
Body
Template JSON object
html*string
The HTML content of the template
css*string
The CSS content of the template
name*string
The name of the template
Response
Template has been updated
Body
id*string
htmlstring
cssstring
name*string
metadataobject
Request
Response
Deletes a single template based on ID provided
DELETEhttps://api-testnet.truvera.io/templates/{id}
Path parameters
id*string
A template ID
Response
Template deleted
Request
Response
Last updated