Apislack
Call a Slack Web API method with GET (provider-native passthrough)
Read operation: does not mutate upstream state.
curl -X GET "https://api.modernloop.dev/rest/v1/slack/api/string" \ -H "Authorization: Bearer $MLOOP_INTERNAL_MCP_API_KEY"{ "ok": true, "error": "string", "warning": "string", "response_metadata": { "next_cursor": "string", "property1": null, "property2": null }, "property1": null, "property2": null}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
method*string
Slack Web API method name
Length
1 <= lengthResponse Body
Call any Sentry REST endpoint under /api/0 POST
Forwards a provider-relative path, Sentry HTTP verb, query parameters, JSON body, and safe request headers. Returns the native upstream status, body, Link cursor pagination, location, retry, and X-Sentry-* headers.
Call a Slack Web API method with POST (provider-native passthrough) POST
Next Page