Redact API
The Redact API helps organisations meet their privacy compliance obligations. It provides controlled, on-demand redaction of private information from transactional records in the long-term storage. Note, Redact API does not have the capability to redact the short-lived server logs that are retained for a few weeks. For SMS customers that need immediate redaction, Vonage suggests using Advanced Auto-redact.
Operaciones disponibles
Autenticación
| Clave | Descripción | Dónde | Ejemplo |
|---|---|---|---|
| Authorization | Clave API codificada en Base64 y secreto unidos por dos puntos. | Headers | Basic <base64> |
209ab3c7536542b91e8b5aef032f6861The transaction ID to redact
smsProduct name that the ID provided relates to
smsvoicenumber-insightverifyverify-sdkmessagesoutboundoutboundRequired if redacting SMS data
inboundoutboundEjemplo Solicitar
{
"id": "209ab3c7536542b91e8b5aef032f6861",
"product": "sms",
"type": "outbound"
}{
"id": "209ab3c7536542b91e8b5aef032f6861",
"product": "sms",
"type": "outbound"
}Errores
La siguiente es una lista no exhaustiva de códigos de error que pueden producirse al utilizar esta API.
Estos códigos se suman a cualquiera de nuestros códigos de error genéricos.
| Código | Información |
|---|---|
| invalid-product | Descripción The provided product is invalid Resolución Modify your request to provide a valid product |
| premature-redaction | Descripción There is a 1 hour time period before data can be redacted to allow for all data to propagate through the Vonage system Resolución Wait until the data becomes valid for redaction |
| rate-limit | Descripción The request was rate limited Resolución The Redact API supports 170 requests per second. Slow down your request rate |