ethAccount
Back to API doc top page.
Click here for a complete list of operations.
ListOauth2Tokens
Returns a list of issued OAuth2 Tokens.
POST /ethAccount.asmx/ListOauth2Tokens HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length
{
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{
d:[
{
"client_id":guid
"client_name":string
"created":long
"icon_url":string
"contact_email":string
},
{
"client_id":guid
"client_name":string
"created":long
"icon_url":string
"contact_email":string
},
...
]
}