get
https://partner-api.getpliant.com/api/partner-management/signing/jwks.json
Returns a JSON Web Key Set (JWKS) containing a single public Ed25519 key for the authenticated partner.
This public key is used to verify signatures in two scenarios:
- Callback signing: Verify callback authenticity
- Redirect signing: Verify redirect signatures
Important: This key is per partner and is identified by the currently authenticated partner. The key is stable and there are currently no plans to rotate it. Consumers should cache this key and avoid fetching it frequently. Only fetch the key again if signature verification fails, as this may indicate a key rotation (though none is currently planned).
