Skip to content

FYInbox docs

API reference

Use the versioned API for notification creation, agent-readable notification context, and scoped metadata mutation; dashboard and account endpoints are not public APIs.

Public v1 operations

MethodPathResult
GET/api/v1/notifications/{id}Return the complete stored context for a notification owned by the key's source.
POST/api/v1/notificationsCreate or deduplicate a notification.
POST/api/v1/notifications/{id}/metadataAdd metadata keys that do not yet exist.
PATCH/api/v1/notifications/{id}/metadataModify metadata keys that already exist.

Machine-readable contracts