Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

YouScan Webhook API

Webhooks push new mentions to your own server in real time, so you don't have to poll theAPI. Every time a new mention is found and saved to a topic, YouScan sends an HTTP `POST`with the mention payload to a URL you control.### SetupWebhooks are configured in the YouScan UI — there is **no API to create them**. Open atopic's **Settings → Integrations**, click **Add** next to *Webhook*, and enter yourdestination URL. Full guide:[How to use webhook integration](https://help.youscan.io/en/articles/3371690-how-to-use-webhook-integration).- Set up **per topic** — point several topics at the same URL, or add several webhooks to one topic.- Mentions are sent **automatically** via rule-based alerts, and can also be sent **manually** from the mention stream.- For a protected endpoint, put Basic Auth credentials in the URL: `https://user:password@example.com/callback`.### Your endpointRespond with any `2xx` status code within **4 minutes** to acknowledge receipt; any otherresponse — or a timeout — is treated as a failed delivery. Fields with `null` values areomitted from the payload.> Mentions from Reddit, Quora and some smaller sources are not delivered. Twitter mentions> are restricted — text, URL and author details are removed.

YouScan Webhook API is one of 8 APIs that YouScan publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 1 operation across 1 path, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.youscan.io/api/external.

1 operations 1 paths 6 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.youscan.io/api/external
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

YouScan Webhook API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyHeader). An API key is passed in the query as apiKey (ApiKeyQuery). By default, every request must be authenticated.

  • ApiKeyHeader — API key authentication. The recommended way to authenticate requests.
  • ApiKeyQuery — API key as a query parameter. For testing purposes only.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Webhook 1

Webhooks push new mentions to your own server in real time, so you don't have to poll the API. Every time a new mention is found and saved to a topic, YouScan sends an HTTP POST w…

POST
/your-webhook-endpoint
Mention found
mentionFoundWebhook body → 2004XX

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are WebhookMention (45 properties), WebhookProfile (8 properties), Reactions (7 properties). Each schema is shown below with its type and property counts.

WebhookMention
object
45 properties 5 required
Sentiment
string
SourceSpecificFormat
string
Source-specific format of the post.
Reactions
object
7 properties
PostType
string
WebhookProfile
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

youscan-webhook-api-openapi.yml Raw ↑

Other APIs YouScan publishes across the network.

YouScan Data Import API
YouScan History API
YouScan Mentions API
YouScan Spaces API
YouScan Statistics API
YouScan Tags API
YouScan Topics API