Output Types
Returns list of outputs available for the user and information if user can choose outputs.
URL REQUEST (GET)
https://api.statsocial.com/platform/v0/outputs
Let's go to examples
Normal Request
Returns all output types for the user.
https://api.statsocial.com/platform/v0/outputs
We will receive a json like this
{
    "response": {
        "choose_outputs": true,
        "outputs": [
            "ss_id",
            "md5",
            "twitter_id",
            "twitter_user",
            "email_raw",
            "cint_id",
            "ma_id"
        ]
    },
    "information": {
        "version": "0.0.1"
    }
}