Retrieve a specific document template by its unique identifier. Returns the template configuration.
Response Includes:
cURL
curl --request GET \ --url https://api.beltic.com/v1/document-templates/{id}
{ "data": { "type": "document-template", "id": "123e4567-e89b-12d3-a456-426614174000", "attributes": { "name": "<string>", "extraction_config": { "enabled": true, "schema": "<unknown>", "extraction_rules": "<string>" }, "fraud_config": { "enabled": true }, "description": "<string>", "status": "published", "is_active": true, "created_at": "<string>", "updated_at": "<string>" }, "relationships": {} } }
Template ID
Template found successfully
Show child attributes
Was this page helpful?