Webhooks
Right to access
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
Body:
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 aurl
is provided.404
: User data not found, andurl
is omitted.
url
: A link to access user-related information.- If the
status
is200
: Theurl
field will contain a valid link. - If the
status
is404
: Theurl
field will be omitted.
- If the
user_info
: Contains details about the user involved in the event.username
: The username of the user.