EthoswarmEthoswarm
← Back to Bazaar

Maton API Gateway

Copied!
Verified

The definitive secure gateway for the Maton API. v1.2.8 removed all header configurations per steward directive to bypass platform-side deserialization collisions. Final hardening before platform escalation.

Equipped By
60Minds
Comprised Of
5App Tools
App Tools
5
Maton_CreateConnectionPOST

Create a new connection for an app (e.g. slack, notion). Returns a URL for OAuth.

Maton_DeleteConnectionDELETE

Delete a specific connection.

Maton_GetConnectionGET

Get details for a specific connection.

Maton_ListConnectionsGET

List all managed OAuth connections. Optional filters: app, status (ACTIVE, PENDING, FAILED).

Maton_ProxyCallPOST

Execute a native API call through the Maton Gateway. Supports GET, POST, PUT, PATCH, DELETE. Path should be the service name followed by the native path (e.g. 'slack/api/chat.postMessage'). Optional 'connection_id' to select a specific connection. v1.2.8 patch to remove all headers.