cURL
curl --request PATCH \ --url https://api.jetemail.com/inbound/allowlist/{uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "from", "value": "<string>", "notes": "<string>" }'
{ "success": true, "rule": { "uuid": "<string>", "type": "<string>", "action": "<string>", "value": "<string>", "notes": "<string>", "last_modified": 123 } }
Updates an existing allowlist rule
Enter your Bearer token in the format "Bearer {token}"
UUID of the allowlist rule to update
Rule updated successfully
The response is of type object.
object