API Reference

Learn how to access UNLOQ end points

GET /custom/emails

Read current email settings

GET https://api-authenticator.iwelcome.com/v1/custom/emails
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.email.read",
  "result": {
    "id": "12345abcdef",
    "type": "AWS",
    "is_verified": true,
    "auth": "ABCDEF",
    "email_from": "no-reply@example.com",
    "email_reply": "no-reply@example.com",
    "email_admin": "admin@example.com",
    "from_name": "EXAMPLE Company",
    "domain": "example.com",
    "send_count": 120,
    "fail_count": 0,
    "organization_id": "1234",
    "application_id": "123",
    "created_at": "2016-10-26T07:22:01.000Z",
    "region": "eu-west-5"
  }
}
      

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.