Visão geral da entidade
Webhook
Registar endpoints de webhook para receber notificações quando os dados do Flowtly mudam, com registos de entrega para diagnóstico.
Endpoints
https://api.flowtly.eu/webhooks
Listar webhooks
Obtém a coleção de recursos WebhookLog.
https://api.flowtly.eu/webhooks
Criar webhook
Cria um recurso Webhook.
https://api.flowtly.eu/webhooks/e_invoice/incoming_cost
Criar incoming_cost
Webhook de fatura de custo recebida
https://api.flowtly.eu/webhooks/e_invoice/status
Criar estado
Cria um recurso Webhook.
https://api.flowtly.eu/webhooks/stripe
Criar stripe
Cria um recurso Webhook.
https://api.flowtly.eu/webhooks/{id}
Obter webhook por ID
Obter um único recurso pelo seu identificador.
https://api.flowtly.eu/webhooks/{id}
Eliminar webhook
Eliminar o recurso.
https://api.flowtly.eu/webhooks/{id}
Atualizar webhook
Atualizar campos do recurso utilizando JSON Merge Patch.
https://api.flowtly.eu/webhook-logs
Listar webhooks
Obtém a coleção de recursos WebhookLog.
https://api.flowtly.eu/webhook-logs/{id}
Obter webhook por ID
Obter um único recurso pelo seu identificador.
Casos de uso
Campos do esquema
WebhookLog-webhook_log.read| Campo | Tipo | Descrição |
|---|---|---|
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. |