Endpoint URL
(HTTPS only).Headers
such as an Authorization
token or an x-asset-signature
secret.Enabled
off.asset-id
and asset-signature
. The asset-id
header uniquely
identifies the webhook request, and asset-signature
is the signature of the request. You can use the public key
at https://api.getasset.com/.well-known/jwks.json
to validate the signature. Below is a sample Python code snipet
that shows how to validate the signature.