POST
/
inbound
/
allowlist
curl --request POST \
  --url https://api.jetemail.com/inbound/allowlist \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "domain": "example.com",
  "type": "from",
  "value": "[email protected]",
  "notes": "Trusted sender"
}'
{
  "success": true,
  "uuid": "550e8400-e29b-41d4-a716-446655440000"
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format "Bearer {token}"

Body

application/json

Response

200
application/json

Rule created successfully

The response is of type object.