IGPAPI
  1. 认证管理
IGPAPI
  • 使用说明
  • 账号管理
    • 邮箱创建账号
      • 邮箱验证是否合法
      • 发送注册邮件验证码
      • 验证邮箱验证码
      • 邮箱注册
    • 短信创建账号
      • 手机号验证是否合法
      • 发送注册短信验证码
      • 验证短信验证码
      • 短信注册
  • 认证管理
    • 登录
      POST
    • 多因素登录
      POST
    • 打开监听
      POST
    • 关闭监听
      POST
    • 查看挑战类型
      POST
    • 解决挑战(待定)
      POST
  • 个人动态
    • 获取粉丝
      GET
    • 我关注的
      GET
    • 未读消息
      GET
    • 用户动态
      GET
    • 聊天框的消息
      GET
  • 媒体
    • 评论
      POST
    • 点赞
      POST
    • 取消点赞
      POST
  • 交流
    • 发送私信
      POST
    • 发送图片
      POST
  • 好友关系
    • 关注
      POST
    • 取消关注
      POST
  • 用户信息
    • 修改昵称
      POST
    • 修改用户名
      POST
    • 修改头像
      POST
    • 根据userId获取用户信息
      GET
    • 根据username获取用户信息
      GET
    • 获取用户故事
      GET
  1. 认证管理

关闭监听

开发中
POST
/auth/closeListen

请求参数

Header 参数
igp-proxy-url
string 
代理地址
可选
默认值:
socks5://user-niude666-region-us-sessid-b6ff4f30488e-sesstime-30-true:aa334455@pr-na.roxlabs.cn:4600
device-id
string 
设备id
可选
默认值:
xxdd21
Body 参数application/json
username
string 
必需
password
string 
必需
示例
{
    "username":"333"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://103.244.148.79/api/auth/closeListen' \
--header 'igp-proxy-url: socks5://user-niude666-region-us-sessid-b6ff4f30488e-sesstime-30-true:aa334455@pr-na.roxlabs.cn:4600' \
--header 'device-id: xxdd21' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username":"333"
}'

返回响应

🟢200成功
application/json
Body
has_anonymous_profile_picture
boolean 
必需
supervision_info
object 
必需
is_eligible_for_supervision
boolean 
必需
is_supervised_user
boolean 
必需
is_supervised_or_in_cooldown
boolean 
必需
has_guardian
boolean 
必需
is_guardian_user
boolean 
必需
is_supervised_by_viewer
boolean 
必需
is_guardian_of_viewer
boolean 
必需
has_stated_age
boolean 
必需
screen_time_daily_limit_seconds
null 
必需
screen_time_daily_limit_description
null 
必需
fc_url
string 
必需
quiet_time_intervals
null 
必需
is_quiet_time_feature_enabled
boolean 
必需
daily_time_limit_without_extensions_seconds
null 
必需
latest_valid_time_limit_extension_request
null 
必需
is_supervision_features_enabled
boolean 
必需
page_id
null 
必需
page_name
null 
必需
fbid_v2
string 
必需
interop_messaging_user_fbid
string 
必需
is_using_unified_inbox_for_direct
boolean 
必需
biz_user_inbox_state
integer 
必需
show_insights_terms
boolean 
必需
nametag
object 
必需
mode
integer 
必需
gradient
integer 
必需
emoji
string 
必需
selfie_sticker
integer 
必需
allowed_commenter_type
string 
必需
has_placed_orders
boolean 
必需
reel_auto_archive
string 
必需
total_igtv_videos
integer 
必需
can_boost_post
boolean 
必需
can_see_organic_insights
boolean 
必需
wa_addressable
boolean 
必需
wa_eligibility
integer 
必需
can_hide_category
boolean 
必需
is_category_tappable
boolean 
必需
is_business
boolean 
必需
professional_conversion_suggested_account_type
integer 
必需
account_type
integer 
必需
has_onboarded_to_text_post_app
boolean 
必需
pk
integer 
必需
pk_id
string 
必需
username
string 
必需
full_name
string 
必需
is_private
boolean 
必需
is_verified
boolean 
必需
profile_pic_id
string 
必需
profile_pic_url
string 
必需
is_call_to_action_enabled
null 
必需
category
null 
必需
account_badges
array[string]
必需
third_party_downloads_enabled
integer 
必需
allow_contacts_sync
boolean 
必需
phone_number
string 
必需
country_code
integer 
必需
national_number
integer 
必需
示例
{"has_anonymous_profile_picture":false,"supervision_info":{"is_eligible_for_supervision":false,"is_supervised_user":false,"is_supervised_or_in_cooldown":false,"has_guardian":false,"is_guardian_user":false,"is_supervised_by_viewer":false,"is_guardian_of_viewer":false,"has_stated_age":true,"screen_time_daily_limit_seconds":null,"screen_time_daily_limit_description":null,"fc_url":"https://familycenter.instagram.com/dashboard/","quiet_time_intervals":null,"is_quiet_time_feature_enabled":false,"daily_time_limit_without_extensions_seconds":null,"latest_valid_time_limit_extension_request":null},"is_supervision_features_enabled":true,"all_media_count":1,"page_id":null,"page_name":null,"fbid_v2":"17841460514123345","interop_messaging_user_fbid":"17845556274017138","is_using_unified_inbox_for_direct":false,"biz_user_inbox_state":0,"show_insights_terms":false,"nametag":{"mode":1,"gradient":0,"emoji":"😀","selfie_sticker":0},"allowed_commenter_type":"any","has_placed_orders":false,"reel_auto_archive":"unset","total_igtv_videos":0,"can_boost_post":false,"can_see_organic_insights":false,"wa_addressable":true,"wa_eligibility":0,"can_hide_category":true,"is_category_tappable":false,"is_business":false,"professional_conversion_suggested_account_type":2,"account_type":1,"has_onboarded_to_text_post_app":false,"pk":60586761137,"pk_id":"60586761137","username":"xuhao1475369","full_name":"xuhao","is_private":false,"is_verified":false,"profile_pic_id":"3140119687534190944_60586761137","profile_pic_url":"https://scontent-atl3-1.cdninstagram.com/v/t51.2885-19/357873580_130221143437819_3885794016828012784_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_cat=107&_nc_ohc=PCyX2fKPPrcAX-cOonL&edm=AAAAAAABAAAA&ccb=7-5&oh=00_AfDeGCDUs0zxO58Te2rohqpl1csZUo1Q5UT3MMfToDWiNA&oe=64CF613F","is_call_to_action_enabled":null,"category":null,"account_badges":[],"third_party_downloads_enabled":0,"allow_contacts_sync":true,"phone_number":""}
🟠400请求有误
修改于 2023-09-21 13:42:27
上一页
打开监听
下一页
查看挑战类型
Built with