Get Form Hash

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.lwolf.com/doc/zipform-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "ZipForm API MCP server": {
    "url": "https://apidocs.lwolf.com/doc/zipform-api/mcp"
  }
}

Close
GET /transactions/{transactionId}/documents/{documentId}/hash

Returns an MD5 hash of the form, calculated upon PDF generation. Useful for determining whether a form has changed since it was last retrieved.

Path parameters

  • transactionId string(uuid) Required

    Transaction GUID

  • documentId string Required

    Document ID or Form GUID

Responses

  • 200 text/plain

    MD5 hash returned

  • 401

    Unauthorized

  • 404

    Form not found

GET /transactions/{transactionId}/documents/{documentId}/hash
curl \
 --request GET 'https://ws.zipformplus.com/api/transactions/{transactionId}/documents/{documentId}/hash' \
 --header "X-Auth-ContextId: $API_KEY"
Response examples (200)
a933e383fcaf699a8041497bca7654a7