Get template by ID
Templates
Get template by ID
Retrieve template details
GET
Get template by ID
Authorizations
API key for service-to-service authentication
Path Parameters
Resource UUID
Response
Template details
Unique template identifier
Template name
Example:
"KTP Verification"
Template description
Example:
"Template for KTP document verification and data extraction"
Custom identifier for the template
Special instructions for template processing
Data extraction schema definition
Example:
{
"name": { "type": "string", "required": true },
"nik": { "type": "string", "required": true },
"birth_date": { "type": "date", "required": true }
}
Template configuration settings
Template type - custom or prebuilt
Available options:
CUSTOM, PREBUILT Example:
"CUSTOM"
Template creation timestamp
Last update timestamp