Last updated 1 month 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.
POST /public/communities/{subdomain}/secrets HTTP/1.1 Host: api-v2.zealy.io x-api-key: text Accept: */*
201
{ "secret": "text", "prefix": "text", "createdAt": "text" }