Last updated 20 days ago
Was this helpful?
This endpoint allows you to create a community secret used for api task.
You need to be an admin of the community to call this endpoint.
curl -L \ --request POST \ --url 'https://api-v2.zealy.io/public/communities/{subdomain}/secrets' \ --header 'x-api-key: text'
{ "secret": "text", "prefix": "text", "createdAt": "text" }