cURL
curl --request POST \ --url https://us.infisical.com/api/v1/events/subscribe/project-events \ --header 'Content-Type: application/json' \ --data ' { "projectId": "<string>", "register": [ { "event": "secret:create", "conditions": { "secretPath": "/", "environmentSlug": "<string>" } } ] } '
Subscribe to project events
Documentation IndexFetch the complete documentation index at: https://infisical.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the project to subscribe to events for.
1 - 10
Show child attributes
Default Response
Was this page helpful?