User Tools

Site Tools


it:auth_api:3.0:profile

This is an old revision of the document!


Auth Profile API

Example Result (JSON)

{
	"characters":[
	{
		"corporation":{
			"name":"Such Corporation",
			"id":98261309
		},
		"alliance":null,
		"name":"Aimi Shihari",
		"id":93260529
	},
	{
		"corporation":{
			"name":"Dreddit",
			"id":1018389948
		},
		"alliance":{
			"ticker":"TEST",
			"id":498125261,
			"name":"Test Alliance Please Ignore"
		},
		"name":"Rockblack Desiato",
		"id":93978755
	},
	{
		"corporation":{
			"name":"Dreddit",
			"id":1018389948
		},
		"alliance":{
			"ticker":"TEST",
			"id":498125261,
			"name":"Test Alliance Please Ignore"
		},
		"name":"Paxswill",
		"id":570140137
	}
	],

	"primary_character":{
		"corporation":{
			"ticker":"B0RT",
			"name":"Dreddit",
			"id":1018389948
		},
		"alliance":{
			"ticker":"TEST",
			"id":498125261,
			"name":"Test Alliance Please Ignore"
		},
		"id":570140137,
		"name":"Paxswill"
	},
	"is_superuser":false,
	"is_staff":false,
	"result":true,
	"groups":[

	],
	"id":13
}
it/auth_api/3.0/profile.1429650015.txt.gz · Last modified: 2015/04/21 21:00 by kenshin_woo