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" ] } ] }
Endpoint for MCP
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API Key for authentication
Connection ID for the integration
Successful Response For MCP
Was this page helpful?