End Session

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
POST /auth/end-session

Ends the current session identified by the Context Id. Partners using Context Id authentication should invoke this when their application session ends to destroy the Context Id.

Responses

  • 200

    Session ended successfully

  • 401

    Unauthorized

POST /auth/end-session
curl \
 --request POST 'https://api.pre.zipformplus.com/api/auth/end-session' \
 --header "X-Auth-ContextId: $API_KEY"