Confirm Access to the Dataflow

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.zerionsoftware.com/doc/dataflow-automation/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Dataflow Automation MCP server": {
    "url": "https://apidocs.zerionsoftware.com/doc/dataflow-automation/mcp"
  }
}

Close
POST /confirmAccessDataflow/{dataflowId}

Confirm the Access to the dataflow by the Shared User.

Path parameters

  • dataflowId string Required

    id of the Dataflow

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • dataflow object

      the shared dataflow will be returned to the shared user

POST /confirmAccessDataflow/{dataflowId}
curl \
 --request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/confirmAccessDataflow/{dataflowId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "dataflow": {}
}