Skip to main content
GET
/
api
/
public
/
v2
/
webhooks
List all webhook subscriptions
curl --request GET \
  --url https://app.titanx.io/api/public/v2/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "payload": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "Production Contact Webhook",
      "url": "https://api.example.com/webhooks/titanx",
      "triggers": [
        "job.contact.scored"
      ],
      "status": "active",
      "createdAt": "2024-01-15T10:30:00Z",
      "updatedAt": "2024-01-15T10:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of webhooks retrieved successfully

payload
object[]
required

Array of webhooks for the user