Panoramica entità
Webhook
Registra endpoint webhook per ricevere notifiche quando i dati di Flowtly cambiano, con log di consegna per il debug.
Endpoint
https://api.flowtly.eu/webhooks
Elenca webhook
Recupera la raccolta di risorse WebhookLog.
https://api.flowtly.eu/webhooks
Crea webhook
Crea una risorsa Webhook.
https://api.flowtly.eu/webhooks/e_invoice/incoming_cost
Crea incoming_cost
Webhook per fattura costo in entrata.
https://api.flowtly.eu/webhooks/e_invoice/status
Crea stato
Crea una risorsa Webhook.
https://api.flowtly.eu/webhooks/stripe
Crea stripe
Crea una risorsa Webhook.
https://api.flowtly.eu/webhooks/{id}
Ottieni webhook per ID
Recupera una singola risorsa tramite il suo identificatore.
https://api.flowtly.eu/webhooks/{id}
Elimina webhook
Rimuovi la risorsa.
https://api.flowtly.eu/webhooks/{id}
Aggiorna webhook
Aggiorna i campi della risorsa tramite JSON Merge Patch.
https://api.flowtly.eu/webhook-logs
Elenca webhook
Recupera la raccolta di risorse WebhookLog.
https://api.flowtly.eu/webhook-logs/{id}
Ottieni webhook per ID
Recupera una singola risorsa tramite il suo identificatore.
Casi d'uso
Campi dello schema
WebhookLog-webhook_log.read| Campo | Tipo | Descrizione |
|---|---|---|
id |
string | Campo id. |
url |
string | Campo url. |
event |
string | Campo event. |
statusCode |
integer | null | Campo statusCode. |
responseTime |
integer | Campo responseTime. |
response |
string | Campo response. |