Handle Webhook Event
This endpoint provides user information contained in the webhook event.Request
Headers:Eka-Webhook-Signature:<Eka Webhook Signature>Refer: Webhook SignatureContent-Type:application/json
Field Descriptions
service: Specifies the service associated with the event.event: The type of event being reported, such asuser.data.download.event_time: The Unix timestamp of when the event occurred.timestamp: The timestamp of the event in ISO 8601 format (e.g.,2024-11-30T00:00:00Z).client_id: Identifies the client receiving the event.data: Contains additional details related to the event.status: The HTTP status code of the event.200: User data is available, and aurlis provided.404: User data not found, andurlis omitted.
url: A link to access user-related information.- If the
statusis200: Theurlfield will contain a valid link. - If the
statusis404: Theurlfield will be omitted.
- If the
user_info: Contains details about the user involved in the event.username: The username of the user.

