Fractal ID documentation
Production client dashboardStaging client dashboard
  • Introduction
  • Getting started
  • KYC levels
  • OAuth 2.0 scopes
  • Production and staging URLs
  • Client dashboard
  • Migration to Kraken
  • User integration
    • User authorization
    • User information retrieval
    • Webhooks
      • Available notifications
      • Delivery
      • Securing webhooks
    • Mobile app integration
    • Embedded Journey Iframe
  • Back-office integration
    • Client authorization
    • Application statistics
  • Legacy Integrations
    • Fractal Credentials API
  • Troubleshooting
    • Common issues
Powered by GitBook
On this page
  • Description
  • Terminology

Was this helpful?

  1. User integration

Webhooks

PreviousUser information retrievalNextAvailable notifications

Last updated 1 year ago

Was this helpful?

Description

Webhooks allow you to build or set up Applications which subscribe to certain events on Fractal ID. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL.

Terminology

  • Callback URL - the URL of the server that will receive the webhook POST requests.

  • Secret token - token that allows you to ensure that POST requests sent to the callback URL are from Fractal. Each has an associated secret token.

  • Notification - webhooks POST request which is triggered by certain events on Fractal ID.

webhook type