Skip to main content
POST
/
v1
/
mcp
cURL
curl --request POST \
  --url https://unify.bundleup.io/v1/mcp \
  --header 'Authorization: Bearer <token>' \
  --header 'BU-Connection-ID: <bu-connection-id>'
{
  "success": false,
  "errors": [
    {
      "code": 7001,
      "message": "Input Validation Error",
      "path": [
        "body"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

API Key for authentication

BU-Connection-ID
string
required

Connection ID for the integration

Response

Successful Response For MCP