Lists details of a specific Box Doc Gen template.
Version header
Value is always 2025.0
123
The ID of a Box Doc Gen template.
Returns a template.
Returned when the access token provided in the Authorization
header
is not recognized or not provided.
Returned if the template is not found or the user does not have access to the associated template.
An unexpected client error.
curl -L 'https://api.box.com/2.0/docgen_templates/12345678' \
-H 'box-version: 2025.0' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
{
"file": {
"id": "42037322",
"type": "file"
},
"file_name": "Official contract"
}