Check forgot password verification code
POST
/api/tiktok-data-api/v1/check-forgot-password-verification-code-2在线调试
填写凭据和参数,点击按钮发送真实请求并查看响应结果
认证凭据
X-API-Tokenrequired
X-API-Secretrequired
此接口无业务参数。
响应结果
点击「运行测试」查看实时响应结果
请求参数
按参数位置分区展示 gateway 校验规则。
Header 参数
X-API-Tokenstring登录后从控制台获取。
类型
string
必填
是
登录后从控制台获取。
X-API-Secretstring登录后从控制台获取。
类型
string
必填
是
登录后从控制台获取。
请求示例
curl -X POST 'https://bodapi.com/api/tiktok-data-api/v1/check-forgot-password-verification-code-2' \
-H "X-API-Token: $BODAPI_API_TOKEN" \
-H "X-API-Secret: $BODAPI_API_SECRET"Check forgot password verification code
Upstream: POST /v1/passport/mobile/forgot_password/check_code (TokAPI)
Gateway route: POST /api/tiktok-data-api/v1/check-forgot-password-verification-code-2
Auth headers
| Name | Required | Description |
|---|---|---|
| X-API-Token | yes | Your bodapi API token |
| X-API-Secret | yes | Your bodapi API secret |
Example
curl -X POST "https://gateway.bodapi.com/api/tiktok-data-api/v1/check-forgot-password-verification-code-2" \
-H "X-API-Token: YOUR_API_TOKEN" \
-H "X-API-Secret: YOUR_API_SECRET"