webhooks
Send test webhook
Send a test webhook to verify your endpoint is configured correctly. The test payload includes event: "webhook.test" to distinguish it from real events.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
webhookIdstring
ID of the webhook to test
Response Body
application/json
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/webhooks/test" \ -H "Content-Type: application/json" \ -d '{ "webhookId": "507f1f77bcf86cd799439011" }'{
"success": true,
"message": "Test webhook sent successfully"
}Empty
{
"error": "Unauthorized"
}{
"success": false,
"message": "Test webhook failed"
}Delete webhook DELETE
Permanently delete a webhook configuration.
List connection logs GET
Retrieve connection event logs showing account connection and disconnection history. Event types: connect_success, connect_failed, disconnect, reconnect_success, reconnect_failed. Logs are automatically deleted after 7 days.