Skip to main content
POST
/
api
/
v1
/
events
/
subscribe
/
project-events
cURL
curl --request POST \
  --url https://us.infisical.com/api/v1/events/subscribe/project-events \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "<string>",
  "register": [
    {}
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://infisical-docs-self-host-infra.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
projectId
string
required

The ID of the project to subscribe to events for.

register
object[]
required
Required array length: 1 - 10 elements

Response

200

Default Response