ModernLoop Internal API
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

Length1 <= length

Response Body