Email

Return list of recipients

get

API Key Scope: recipients / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

List of recipient.

application/json
get
/email/recipients
200

List of recipient.

Creates a new recipient.

post

API Key Scope: recipients / create

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
email_idstringOptional
activationintegerOptional
email_addressstringOptional
severity_lowintegerOptional
severity_highintegerOptional
Responses
post
/email/recipients

Displays a specific recipient.

get

API Key Scope: recipients / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
email_idstringRequired

Numeric ID of email recipient.

Responses
200

A specific recipient.

application/json
get
/email/recipients/{email_id}

Updates a specific recipient with his relations.

put

API Key Scope: recipients / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
email_idstringRequired

Numeric ID of email recipient.

Body
email_idstringOptional
activationintegerOptional
email_addressstringOptional
severity_lowintegerOptional
severity_highintegerOptional
Responses
200

A specific recipient.

application/json
put
/email/recipients/{email_id}

Destroys a specific recipient.

delete

API Key Scope: recipients / destroy

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
email_idstringRequired

Numeric ID of email recipient.

Responses
delete
/email/recipients/{email_id}
204

Recipient destroyed.

No content

Return relay server infos

get

API Key Scope: relay_server / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

relay server infos.

application/json
get
/email/relay_server

Updates relay server infos.

put

API Key Scope: relay_server / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
serverstringOptional
senderstringOptional
userstringOptional
passwordstringOptional
Responses
200

relay server infos.

application/json
put
/email/relay_server

Last updated

Was this helpful?