Skip to main content
POST
/
email
/
allowed-senders
Update Allowed Senders
curl --request POST \
  --url https://api.zo.computer/email/allowed-senders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": [
    "<string>"
  ]
}
'
{
  "emails": [
    "<string>"
  ],
  "owner_email": "<string>"
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json

Request model for updating allowed senders.

emails
string[]
required

Response

Successful Response

Response model for allowed senders.

emails
string[]
required
owner_email
string
required