User Tools

Site Tools


it:auth_api:1.0:blacklist

AuthAPI 1.0 blacklist


Auth Blacklist API

Parameters
  • Required
    • value - Value to search for
    • apikey - your auth dev api key
  • Optional
    • type - limit the search to this field
      • BLACKLIST_TYPE_REDDIT = 0
      • BLACKLIST_TYPE_CHARACTER = 1
      • BLACKLIST_TYPE_CORPORATION = 2
      • BLACKLIST_TYPE_ALLIANCE = 3
      • BLACKLIST_TYPE_EMAIL = 4
      • BLACKLIST_TYPE_AUTH = 5
      • BLACKLIST_TYPE_APIUSERID = 6

Example Return:

{
  type:
  value:
  level:
  source:
  {
    name:
    ticker:
  }
  created_date:
  expiry_date:
  reason:
}

Blacklist Levels (the value from level in the return)

  • BLACKLIST_LEVEL_BLACKLIST = 0
  • BLACKLIST_LEVEL_WARNING = 1
  • BLACKLIST_LEVEL_ADVISORY = 2
  • BLACKLIST_LEVEL_NOTE = 3
it/auth_api/1.0/blacklist.txt · Last modified: 2015/04/22 00:40 by Kenshin_Woo