Skip to main content
POST
/
projects
/
{id}
/
webhooks
/
events
Send inbound event
curl --request POST \
  --url https://bugzy.ai/api/v1/projects/{id}/webhooks/events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_type": "test_results.received",
  "results": {},
  "results_url": "<string>",
  "metadata": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.

Path Parameters

id
string<uuid>
required

Body

application/json
event_type
string
required
Example:

"test_results.received"

results
object
results_url
string<uri>
metadata
object

Response

200

Event processed