Refresh MCP connector tools
Re-discovers the tools of an MCP connector. A failed discovery keeps the previous tool set and reports an ERROR sync status inside a 200.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
WhatsApp social account id (the number must be managed through the Cloud API).
Response Body
application/json
application/json
application/json
application/json
application/json
{ "name": "string", "description": "string", "base_url": "http://example.com", "connector_protocol": "string", "auth_type": "OAUTH2_CLIENT_CREDENTIALS", "auth_config": { "oauth2_client_credentials": { "token_url": "http://example.com", "scopes_to_request": [ "string" ], "token_request_content_type": "string", "client_id": "string", "client_secret": "string" }, "api_key": { "headers": [ { "field_name": "string", "value": "string", "prefix": "string" } ], "query_params": [ { "field_name": "string", "value": "string", "prefix": "string" } ], "body_params": [ { "field_name": "string", "value": "string", "prefix": "string" } ] } }, "user_auth_injection_config": { "location": "string", "field_name": "string", "prefix": "string" }, "requires_certificate": true, "id": "string", "mcp_tool_sync": {}, "mtls_config": {}, "connection_status": { "status": "string", "error_message": "string" }}Set connector credentials
Set or rotate the connector's credentials in place: `kind: api_key`, `kind: oauth` (client credentials) or `kind: certificate` (mTLS client certificate). Meta has no call that removes a credential layer; change the connector's `auth_type` or delete it instead.
Get connector failure logs
Third-party failures over the last 7 days (window at most 7 days, default the last 24 hours). Each entry carries `failure_code_name` and `error_message`.