Optional: Hashing the signal
In you backend you need to hash the signal passed in the IDKit. If you want to implement the hashing yourself you need to usekeccak256
hash function and 64 minimum padding. Take a look at how we implemented it here.
IDKit Core
Rest Endpoint
Find the full API reference here.cURL