==== AUTH API 1.0 anm ==== -------- === Character to auth Reverse Search API === -------- https://auth.pleaseignore.com/api/1.0/anm This auth endpoint is designed to enable searching for a user's auth account based on his or her character ID. [[it:auth_api:1.0 | Back to 1.0]] ------- == Parameters == * Required * request - Type of request to make, either "groups" or "membership" * name - required if using "membership" as the request type, name = name of the auth group * apikey - your auth dev api key == Example Return: == * groups { "auth": "ok", "groups": [ { "name": "Dreddit", "users": 2844 }, ... ] } * memberlist { "name": "Dreddit Directors", "auth": "ok", "users": [ "47231f9f9d4d75d5d9c9", ... ] }