cURL
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", "request": "<any>", "response": "<string>", "createdAt": "<string>", "attempt": 123 } } ], "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ó
x > 0
success
error
ongoing
Registros de webhook recuperados con éxito
The response is of type object.
object