This webhook is designed to notify partners about the generation of reports for users.
The notification includes details about the report, such as its type, creation timestamp, and the trigger method. This webhook ensures that partners are promptly informed about new report availability, whether they are scheduled or generated on demand, allowing for timely access and user assistance.
object |
Return a 200
, 201
, 202
or 204
status to indicate that the data was received successfully
{- "params": {
- "id": "7e45651c-fba7-459f-a55b-9bccef67e570",
- "user_id": "7e45651c-fba7-459f-a55b-9bccef67e571",
- "type": "crypto-tax",
- "display_name": "2024 Report",
- "trigger": "schedule",
- "created_at": "2024-01-01T00:00:00Z"
}
}