Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I'm experimenting with the API for managing a user's emails. For creating an email address, I need to know which domains the user has available. The API endpoints for domains apparently all need admin permissions, but I only have the user's api key, not an admin api key. Is there some way to list only the user's domains with user api key privileges?

  • Author

perfect, thanks!

  • Author

Now I would like to only get the domains that are email-domains. So I tried with sql_search:

{
    "header": {
        "apikey": "{{apikey}}",
        "secret": "{{secret}}"
       
    },
    "body": {
        "command": "SubDomains.listing",
        "params": {
            "sql_search": {
                "isemaildomain": {
                    "op": "=",
                    "value": "1"
                }
            }
        }
    }
}

But this gives a 500 with message

SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'isemaildomain' in where clause is ambiguous

What am I doing wrong?

as the domain listing connects multiple tables, try d.isemaildomain as field

  • Author

Thanks, that works.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.