User Tools

Site Tools


it:auth_api:1.0:authchar

AuthAPI 1.0 authchar


Character to Auth Reverse Search API


https://auth.pleaseignore.com/api/1.0/authchar This auth endpoint is designed to enable searching for a user's auth account based on his or her character ID.

Back to 1.0

Parameters

  • Required
    • character - Character name to search for
    • characterid - Character ID to search for (may be used in place of character parameter)
    • apikey - your auth dev api key

Example Return:

{
   "status": "ok",
   "username": "AevumDecessus",
   "id": 61,
   "primarychar": {
       "corporation": {
           "ticker": "B0RT",
           "name": "Dreddit",
           "id": 1018389948
       },
       "alliance": {
           "ticker": "TEST",
           "id": 498125261,
           "name": "Test Alliance Please Ignore"
       },
       "id": 1649795613,
       "name": "Aevum Decessus"
   }
}
it/auth_api/1.0/authchar.txt · Last modified: 2015/04/22 00:25 by Kenshin_Woo