curl --request GET \
--url https://api.fint.app/api/v1/webhook/log \
--header 'x-api-key: <api-key>'{
"logs": {
"data": [
{
"id": "<string>",
"webhookId": 123,
"status": "success",
"createdAt": "<string>",
"currentAttempt": 123,
"maxAttempts": 123,
"event": "payment.created",
"url": "<string>",
"lastAttempt": {
"status": "success",
"response": "<string>",
"createdAt": "<string>",
"attempt": 123,
"request": "<unknown>"
}
}
],
"total": 123,
"totalPages": 123,
"currentPage": 123,
"limit": 123,
"hasNextPage": true,
"hasPreviousPage": true
}
}Registro de cada webhook que se ha enviado en su respectivo estado y evento el cual lo generó
curl --request GET \
--url https://api.fint.app/api/v1/webhook/log \
--header 'x-api-key: <api-key>'{
"logs": {
"data": [
{
"id": "<string>",
"webhookId": 123,
"status": "success",
"createdAt": "<string>",
"currentAttempt": 123,
"maxAttempts": 123,
"event": "payment.created",
"url": "<string>",
"lastAttempt": {
"status": "success",
"response": "<string>",
"createdAt": "<string>",
"attempt": 123,
"request": "<unknown>"
}
}
],
"total": 123,
"totalPages": 123,
"currentPage": 123,
"limit": 123,
"hasNextPage": true,
"hasPreviousPage": true
}
}x > 0success, error, ongoing Registros de webhook recuperados con éxito
Show child attributes
Show child attributes
success, error, ongoing payment.created, payment.voided, payment.chargeback, contact.status, contact.active, contact.inactive, subscription.created, subscription.updated, subscription.cancelled