Continuity-Service
REST service to maintain Retarus Email Continuity mailboxes and control failover routing
Download OpenAPI description
Languages
Servers
Mock server
https://developers.retarus.com/_mock/seg/email-continuity-api/
Public Endpoint
https://api.retarus.com/email/continuity/v2/
Create new password token for account activation or password reset. The response contains an URL directing the user to a web frontend where the user can set or reset the password. The URL consists of base part and token. The base part is subject to static configuration and may contain an individual path component for each customer
- Mock server
https://developers.retarus.com/_mock/seg/email-continuity-api/{CUSTOMER}/{USER}/token
- Public Endpoint
https://api.retarus.com/email/continuity/v2/{CUSTOMER}/{USER}/token
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
'https://developers.retarus.com/_mock/seg/email-continuity-api/44444/customer@domain.com/token?mailNotification=true'
Response
application/json
{ "id": "string", "timestamp": "string", "token": "string", "expiryTimestamp": "string", "url": "string" }