Show more

Use to navigate results, ENTER to select one, ESC to close

Type in any word to easily find the endpoint, property or group of operations you are looking for.

Lone Wolf Technologies hub
  • Authentisign API
  • Back Office API
  • Deals API
  • Transact API
  • TransactionDesk API
  • ZipForm API
Back to hub page
API changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
ZipForm API logo ZipForm API logo dark

Topics

  • Introduction
  • Servers
  • Authentication

Endpoints

  • Authentication
    • Authenticate Using User Credentials POST
    • Authenticate Using External Id POST
    • End Session POST
    • Unlink Account (GET) GET
    • Unlink Account POST
  • Transactions
    • Get Transaction List GET
    • Create Transaction POST
    • Get Transaction Metadata GET
    • Delete Transaction DELETE
    • Get Transaction Data GET
    • Set Transaction Data POST
  • Forms and Documents
    • Get Form List GET
    • Get Document List GET
    • Add Form to Transaction POST
    • Upload File Document POST
    • Get Document Contents GET
    • Delete Document DELETE
    • Get Document Metadata GET
    • Get Form Hash GET
  • Form Libraries
    • Get Agent Libraries GET
    • Get Library Forms GET
  • Templates
    • Apply Template to Transaction GET
    • Get List of Templates GET
  • Teams
    • Get List of Teams for an Agent POST
  • Title Integration
    • Update Title Order Status POST
    • Retrieve All Title Order Notes GET
    • Add Note to Title Order POST
  • Authentisign
    • Create Signing Packet GET
Powered by Bump.sh
Lone Wolf Technologies hub
  • Authentisign API
  • Back Office API
  • Deals API
  • Transact API
  • TransactionDesk API
  • ZipForm API
Back to hub page
API changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
ZipForm API logo ZipForm API logo dark

Unlink Account (GET)

Ask AI
  • Add to Cursor
  • Add to VSCode
  • Add to other AI tools (MCP)

  • Open in ChatGPT
  • Open in Claude

  • View as Markdown
  • Copy as Markdown

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 /auth/unlink

Alternative GET form of the unlink method. Supply SharedKey and ExternalId as query parameters.

Query parameters

  • SharedKey string Required
  • ExternalId string Required

Responses

  • 200

    Account unlinked successfully

  • 304

    Not Modified

  • 401

    Unauthorized

GET /auth/unlink
curl \
 --request GET 'https://api.pre.zipformplus.com/api/auth/unlink?SharedKey=string&ExternalId=string'