Skip to content

Add authorized email recipient for a sandbox domain

Request

Add authorized email recipient for a sandbox domain

Security
basicAuth
Query
emailstringrequired

The email address of the new recipient

curl -i -X POST \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v5/sandbox/auth_recipients?email=string'

Responses

A 200 response

Bodyapplication/json
recipientobject(github.com-mailgun-accounts-api-RecipientResponse)
Response
{ "recipient": { "email": "test_recipient@sandbox.com", "activated": false } }