List watchable sources
List Social Fetch operations that can be watched by a monitor.
Headers
Get your API keyAPI key (`sfk_...`)
Endpoint-specific response payload.
Every watchable public API source, in display order.
Public API operation id this source watches.
Human name shown in the monitor-creation wizard.
How new items are detected for this source: `feed` diffs by id-set plus a timestamp watermark; `search` diffs by id-set only.
one of: feed, search
Suggested default polling interval in minutes.
≥ 0
Minimum polling interval allowed for this source.
≥ 0
Full sentence title for this operation.
Optional qualifier shown next to the display name.
Illustrative sample event envelope showing the shape a real webhook delivery for this source would have.
Identifier for the sample event.
Monitor event envelope schema version.
Event type, e.g. `webhook_endpoint.test`.
ISO-8601 timestamp for when the sample event was built.
Monitor identity the event is attributed to.
Monitor id (`sample` for illustrative events).
Monitor display name.
Source operation and params for this event.
Watchable public API operation for this source.
Parameters used for the poll that produced this event.
Event payload. Shape depends on the source.
Billing details for this event.
Credits charged for the poll that produced this event.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/monitors/sources" \
-H "x-api-key: YOUR_API_KEY"Responses
Every public API operation Monitors can watch.