Upload Types
Returns list of upload types available for the user.
URL REQUEST (GET)
https://api.statsocial.com/platform/v0/upload-types
Let's go to examples
Normal Request
Returns all upload types for the user.
https://api.statsocial.com/platform/v0/upload-types
We will receive a json like this
{
"response": {
"upload_types": [
"ss_id",
"md5",
"twitter_id",
"twitter_user",
"instagram_id",
"tiktok_id",
"email_raw",
"cint_id",
"ma_id",
"ramp_id"
]
},
"information": {
"version": "0.0.1"
}
}