Table of Contents

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

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"
   }
}