Last updated 20 days ago
Was this helpful?
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.
curl -L \ --url 'https://api-v2.zealy.io/public/communities/{subdomain}/secrets' \ --header 'x-api-key: text'
{ "secrets": [ { "prefix": "text", "createdAt": "text", "deletedAt": "text" } ] }