Skip to main content

socialAccount.index

get/v1/social/accounts

socialAccount.index

Responses

200No description
Schema Structure
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"type": "string"
}
},
"required": [
"success",
"data"
]
}