Webhooks
GETList webhooks
List outbound webhooks configured for a FlagForge project
GET
/v1/projects/{projectId}/webhooksList webhooks
curl --request GET \
--url 'http://localhost:4000/v1/projects/{projectId}/webhooks' \
--header 'Authorization: Bearer <token>'200
application/json{}List webhooks
Retrieve the outbound webhooks configured for a project. Use this endpoint to inspect notification destinations and the flag lifecycle events each webhook subscribes to.
The response contains a data array. Each webhook includes its ID, project ID, URL, subscribed events, enabled status, and creation timestamp. If the project does not exist, the API returns a not_found error envelope.
Authentication
AuthorizationbearerrequiredServer API key (srv_). See Authentication.
Path Parameters
projectIdstringrequiredProject ID