serverless-webmentions
- POST
/webmention
- Webmention receiver
- DELETE
/webmention?token&source&target
- Force delete a processed webmention for
source and target. REQUIRED: token.
- GET
/process
- Process queue of received webmentions.
- GET
/webmentions?url
- Return all webmentions for
url.
- GET
/webmentions?token
- Return all webmentions received grouped by target. REQUIRED:
token
- GET
/import?token&webmentionio
- Import webmentions from webmention.io. REQUIRED:
token and webmentionio token
- GET
/cleanup?token
- Deletes all stored values. Do not enable this in your production environment. Only use while testing.