Continuity-Service

REST service to maintain Retarus Email Continuity mailboxes and control failover routing

Languages
Servers
Mock server
https://developers.retarus.com/_mock/seg/email-continuity-api/
Public Endpoint
https://api.retarus.com/email/continuity/v2/

Customer

Bulk request, update or delete user information for all users belonging to the {CUSTOMER} number specified in the path of a request

Operations

Customer Flag

Update or delete flag for all users belonging to the {CUSTOMER} number specified in the path of a request, e.g. activate the Email Continuity failover or access to the web mailbox for all users

Operations

User

Request, update or delete user information for a single user belonging to the {CUSTOMER} number specified in the path of a request

Operations

User Flag

Update or delete flag for a single user belonging to the {CUSTOMER} number specified in the path of a request, e.g. activate the Email Continuity failover or the access to the web mailbox

Operations

Token

Request a security token required for account activation and password reset

Operations

Password

Update user password using a security token

Operations

Set user password (requires no authentication)

Request

Path
USERstring[^/]+(?:@|%40)[^/]+required
Example: customer@domain.com
Bodyapplication/jsonrequired
tokenstringrequired
passwordstring(password)[ 8 .. 256 ] characters^[a-zA-Z0-9@$!%*?&]*$required
curl -i -X PUT \
  'https://developers.retarus.com/_mock/seg/email-continuity-api/{USER}/password' \
  -H 'Content-Type: application/json' \
  -d '{
    "token": "string",
    "password": "string"
  }'

Responses

OK

Bodyapplication/json
idstringrequired
timestampstringrequired
Response
application/json
{ "id": "string", "timestamp": "string" }