ethAccount


Back to API doc top page.

Click here for a complete list of operations.

ListOauth2Clients

List all OAuth2 clients created by the current user.

POST /ethAccount.asmx/ListOauth2Clients HTTP/1.1
Host: kumosensors.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
            "name":string
            "client_secret":guid
            "default_redirect_uri":string
            "icon_url":string
            "token_count":int
        },
        {
            "client_id":guid
            "name":string
            "client_secret":guid
            "default_redirect_uri":string
            "icon_url":string
            "token_count":int
        },
        ...
    ]
}