Understanding the information flow from Cryptlex to external webhook endpoints

We are trying to understand the information flow from Cryptlex to external webhook endpoints (say, an AWS Lambda we write that will use the information to update our e-commerce application, Woo Commerce). We cannot seem to find where, for each event type defined by Cryptlex, the data points or “payload” of each event type is described. Can you please help?

Hello @Mvcarlton!

I would request you to refer to the webhook payload section in the documentation.

Webhooks are named as ‘entity.event’, and in the payload, you will receive the entity on which the event has occurred. So in the case of a ‘license.created’ webhook, the payload will contain the same information as a GET request for a license would. You can use the Web API documentation to look at the schema of the entity you wish to build for.