For the complete documentation index, see llms.txt. This page is also available as Markdown.

Community Secret Retrieval

Overview

This endpoint allows you to retrieve your community secret used in api task. You need to be an admin of the community to call this endpoint.

API Reference

get
Path parameters
subdomainstringRequired
Header parameters
authorizationstringOptional
x-api-keystringOptional
x-zealy-mcp-clientstring · enumOptionalPossible values:
Responses
200

200

application/json
get/public/communities/{subdomain}/secrets
GET /public/communities/{subdomain}/secrets HTTP/1.1
Host: api-v2.zealy.io
Accept: */*
{
  "secrets": [
    {
      "prefix": "text",
      "createdAt": "text",
      "deletedAt": "text"
    }
  ]
}

Last updated

Was this helpful?