Ottieni webhook stato di consegna
GET/api/partner-gateway/v1/webhooks/delivery-status
Restituisce l'URL di callback HTTPS attualmente configurato per ricevere real-time delivery-status notifications for your account. The platform sends an HTTP POST to this URL every time a delivery-status event occurs for any message sent through your account, across all channels (SMS, RCS, WhatsApp). The same callback URL is shared across all channels; you do not configure separate URLs per channel. Use this endpoint to verify your current webhook configuration before updating or troubleshooting delivery-status callbacks. Returns 404 if no webhook has been configured yet. To set one up, use POST /webhooks/delivery-status. Returns 401 if the API key is missing or invalid. Returns 500 if an internal error occurs.
Risposte
- 200
- 401
- 404
- 500
Configurazione webhook recuperata con successo
Non autorizzato
Nessun webhook configurato
Errore interno del server