Sift · Capability

Sift Events API — Events

Submit fraud and abuse signal events to the Sift Digital Trust and Safety platform with optional synchronous scoring.

Sift Events API — Events is a Naftiko capability published by Sift, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/v205/events.

The capability includes 1 state-changing operation. Lead operation: Sift Send Event. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Sift, Events, and Fraud.

Run with Naftiko SiftEventsFraud

What You Can Do

POST
Sendevent — Sift Send Event
/v1/v205/events

MCP Tools

sift-send-event

Sift Send Event

Capability Spec

events-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sift Events API — Events
  description: Submit fraud and abuse signal events to the Sift Digital Trust and Safety platform with optional synchronous scoring.
  tags:
    - Sift
    - Events
    - Fraud
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      SIFT_API_KEY: SIFT_API_KEY
capability:
  consumes:
    - type: http
      namespace: events-events
      baseUri: https://api.sift.com
      description: Sift Events API submission surface with optional synchronous scoring.
      resources:
        - name: v205-events
          path: /v205/events
          operations:
            - name: sendevent
              method: POST
              description: Sift Send Event
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Reserved Sift event JSON body.
                  required: true
                - name: return_score
                  in: query
                  type: boolean
                  description: Return synchronous Sift Score.
                - name: return_workflow_status
                  in: query
                  type: boolean
                - name: abuse_types
                  in: query
                  type: string
      authentication:
        type: basic
        value: '{{env.SIFT_API_KEY}}:'
        placement: header
  exposes:
    - type: rest
      namespace: events-events-rest
      port: 8080
      description: REST adapter for Sift Events API.
      resources:
        - path: /v1/v205/events
          name: v205-events
          description: REST surface for v205-events.
          operations:
            - method: POST
              name: sendevent
              description: Sift Send Event
              call: events-events.sendevent
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: events-events-mcp
      port: 9090
      transport: http
      description: MCP adapter exposing one tool per Sift Events operation.
      tools:
        - name: sift-send-event
          description: Sift Send Event
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: events-events.sendevent
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.