Skip to main content
GET
/
declaration-templates
/
{id}
Get declaration template
curl --request GET \
  --url https://sandbox-api.easecustoms.com/declaration-templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 152,
  "declarationTemplateGroupId": 101,
  "procedureType": "IMPORT",
  "declarationOffice": "NL000850",
  "representation": "DIRECT",
  "incoterm": "DDP",
  "incotermLocation": "Hoofddorp"
}
Retrieve the full details and fields of a specific declaration template.

Path Parameters

id
number
required
The unique template ID.
{
  "id": 152,
  "declarationTemplateGroupId": 101,
  "procedureType": "IMPORT",
  "declarationOffice": "NL000850",
  "representation": "DIRECT",
  "incoterm": "DDP",
  "incotermLocation": "Hoofddorp"
}