Skip to main content
GET
/
projects
/
{project_reference}
/
webhooks
List Project Webhooks
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "webhooks": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "target": {
        "id": "<string>",
        "conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      },
      "prompt_template": "<string>",
      "event_filter": {
        "conditions": [
          {
            "path": "<string>",
            "value": null
          }
        ]
      },
      "webhook_id": "<string>",
      "webhook_url": "<string>",
      "created_by_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "enabled_at": "<string>",
      "disabled_at": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
Minimum string length: 1

Response

Project webhooks

webhooks
object[]
required