Explore examples of how Hooks can be used in Blnk.
PRE_TRANSACTION
curl -X POST YOUR_BLNK_INSTANCE_URL/<id>/metadata \ -H "Content-Type: application/json" \ -d '{ "meta_data": { "last_name": "Brooks", "verification_status": "Pending" } }'
POST_TRANSACTION
Was this page helpful?