Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://sandbox-api.easecustoms.com/declaration-templates/groups/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 101, "name": "Standard Import Templates", "code": "STD_IMP_GRP", "isDefault": true, "DeclarationTemplates": [ { "id": 152, "procedureType": "IMPORT", "declarationOffice": "NL000850" } ] }
Retrieve details of a specific template group.