Custom Tokens
User-defined reusable tokens for document templates. Custom tokens use {{ Custom.TokenName }} syntax and prompt users to fill in values when generating documents. Each token has a name (the template identifier), optional description (prompt text), and optional default value.
-
GET List CustomTokensLists all CustomTokens for the given tenant./tenants/{tenant}/custom-tokens
-
POST Create CustomTokenCreates a new CustomToken for the specified tenant./tenants/{tenant}/custom-tokens
-
GET Get CustomTokenGets a CustomToken for the specified tenant./tenants/{tenant}/custom-tokens/{code}
-
PUT Update CustomTokenUpdates a CustomToken for the specified tenant./tenants/{tenant}/custom-tokens/{code}
-
DELETE Delete CustomTokenDeletes a CustomToken for the specified tenant./tenants/{tenant}/custom-tokens/{code}