View on GitHub

ickstream-docs

Public documentation about the ickStream Music Platform

getAccountInformation

Get information about the account the user is using for the service.

Request:

{
    "jsonrpc": 2.0,
    "id": < A unique number used to correlate requests with responses, see JSON-RPC specification for more information >,
    "method": "getAccountInformation",
    "params": {
    }
}

Response:

{
    "jsonrpc": 2.0,
    "id": < The request identity >,
    "result": {
        "id": <The unique identity the user is using in the service>,
        "name": <The user friendly name of the user account used in the service>,
        "image": <Optional, an image representing the user in the service>,
        "url": <Optional, a web page link which the user is using in the service>
    }
}

Specific information:

Category:Content Access Protocol