Slack

Get Slack Status

GET
/v1/slack/status
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Response Body

application/json

application/json

curl -X GET "https://api.mentio.dev/v1/slack/status"
{
  "configured": true,
  "connected": true,
  "teamName": "string",
  "notifications": {
    "channelId": "string",
    "channelName": "string",
    "minRelevance": 100,
    "sources": [
      "bluesky"
    ]
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}