Webhooks
Webhooks
Efficiently keep link data and state up to date using events from MoneyKit.
Endpoints
GET
Webhooks Guide
GET
Get JSON Web Key Set
The JSON Web Key Set (JWKS) is a set of keys containing the public keys used to verify JWTs in webhooks sent by MoneyKit.
The JWKS should be cached, but MoneyKit rotates its webhook keys periodically, so if an
incoming webhook's JWT has a key ID (kid
) not contained in the cached JWKS, you should fetch
and cache the updated JWKS using this endpoint.
POST
Test Link Event
Triggers a webhook event for a link, for testing purposes; works only for sandbox links.