v1

latestSwagger 2.02026-08-041113661.2 MB
SpamExpert

Generate login url

post/v1beta/spam-expert/generate-login-url

Request body

bundleboolean

If you use the new, individually purchased, filters then set this to false. If you use the old bundled variant, then set this to true.

domain_or_emailstring

Example request

{
  "bundle": false,
  "domain_or_email": "example.com"
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "url": "http://spamexperts.example.com//?authticket=fdsaffdkaj3432fjkfjdslkjflk345435433fdfe"
  },
  "desc": ""
}