List all secrets for a space
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/secrets \
--header 'Authorization: Bearer <token>'{
"secrets": [
"<unknown>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/secrets \
--header 'Authorization: Bearer <token>'{
"secrets": [
"<unknown>"
]
}