Clear an email bounce
POST
/usuario/bounce/{email}With bounce set to false, clears the address from the bounce list, so Cademí sends emails to it again. The address must have received at least one email.
Authorization
apiKey AuthorizationBearer <token>
The school API key, found in the dashboard settings, sent in the Authorization header. The Bearer prefix is optional.
In: header
Path Parameters
email*string
The recipient address.
Format
emailTypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/usuario/bounce/[email protected]" \ -H "Content-Type: application/json" \ -d '{}'{ "code": 200, "success": true}