Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ "valid_for_instagram": false, "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": "SCREEN_NAME", "verified": { "verified": false, "error_message": "Check the settings on your profile page and reconnect your account" }, "nickname": "nickname" }, ... ], "shared_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": "SCREEN_NAME" "verified": { "verified": false, "error_message": "Check the settings on your profile page and reconnect your account" }, "nickname": "nickname" }, ... ], "facebook_pages": [ { "id": 1, "fb_name": "FB NAME", "fb_uid": "FB UID", "fb_token": "FB TOKEN", "logo_url": "LOGO URL", "verified": { "verified": false, "error_message": "Check the settings on your profile page and reconnect your account" }, "nickname": "nickname", "is_silhouette": true }, ... ], "shared_facebook_pages": [ { "id": 1, "fb_name": "FB NAME", "fb_uid": "FB UID", "fb_token": "FB TOKEN", "logo_url": "LOGO URL", "verified": { "verified": false, "error_message": "Check the settings on your profile page and reconnect your account" }, "nickname": "nickname", "is_silhouette": true }, ... ], "instagram_accounts": [ { "id": 1, "ig_user_name": "IG NAME", "ig_user_id": "IG UID", "ig_profile_picture_url": "IG AVATAR URL", "verified": { "verified": false, "error_message": "Check the settings on your profile page and reconnect your account" }, "nickname": "nickname" }, ... ], "shared_instagram_accounts": [ { "id": 1, "ig_user_name": "IG NAME", "ig_user_id": "IG UID", "ig_profile_picture_url": "IG AVATAR URL", "verified": { "verified": false, "error_message": "Check the settings on your profile page and reconnect your account" }, "nickname": "nickname" }, ... ] }
Param name | Description |
---|---|
template_id
optional |
Validations:
|