POST/v1/webhooks/test0 créditos
Probar webhook
POST sintético firmado prediction.succeeded. Sin webhook: 404. Es un permiso de la clave, no un header. Si falta: 403 api_not_enabled.
Parámetros de la petición
Sin query, path ni cuerpo JSON.
Respuesta
{
"object": "webhook_test",
"delivered": true,
"status_code": 200,
"event": "prediction.succeeded"
}
Campos de respuesta
| Nombre | Tipo | Obligatorio | Descripción |
|---|---|---|---|
object |
string | Obligatorio | Siempre webhook_test. |
delivered |
boolean | Obligatorio | Si el POST llegó a la URL. |
status_code |
number | Nullable | Status HTTP o null. |
event |
string | Obligatorio | Siempre prediction.succeeded. |