Skip to main content
GET
/
inbound
/
account
/
allowlist
/
{id}
Get account-level allowlist rule
curl --request GET \
  --url https://api.jetemail.com/inbound/account/allowlist/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "rule": {}
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

id
integer
required

ID of the account allowlist rule

Response

Successfully retrieved rule

success
boolean
Example:

true

rule
object

Rule object with conditions (same schema as list response items)