Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
Success response body¶ ↑
{
"twitter_accounts": [
{
"id": 1,
"screen_name": "SCREEN NAME",
"twitter_uid": "TWITTER UID",
"twitter_token": "TWITTER TOKEN",
"logo_url": "LOGO URL",
"account_verified": false,
"twitter_nickname": "ekaterinaaaa3"
},
...
],
"facebook_pages": [
{
"id": 1,
"fb_name": "FB NAME",
"fb_uid": "FB UID",
"fb_token": "FB TOKEN",
"logo_url": "LOGO URL",
"is_silhouette": true
},
...
],
"instagram_accounts": [
{
"id": 1,
"ig_user_name": "IG NAME",
"ig_user_id": "IG UID",
"ig_profile_picture_url": "IG AVATAR URL"
},
...
]
}
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
Success response body¶ ↑
{
"accounts": [
{
"id": ID,
"social_channel": "Instagram",
"name": "USERNAME",
"nickname": "USER NICKNAME",
"logo": "LINK TO LOGO"
},
{
"id": ID,
"social_channel": "Facebook",
"name": "USERNAME",
"nickname": "USER NICKNAME",
"logo": "LINK TO LOGO"
},
],
"meta": {
"total_count": 2
}
}
Params
Param name |
Description |
page
optional
|
Validations:
|
sort_by
optional
|
Validations:
|
sort_to
optional
|
Validations:
|