APIs/TikTok Data API/v1/Send verification code for password reset

Send verification code for password reset

POST/api/tiktok-data-api/v1/send-verification-code-for-password-reset

Test This Endpoint

Enter your credentials and parameters, then run a live request to see the real response

Authentication

X-API-Tokenrequired
X-API-Secretrequired

This endpoint has no additional parameters.

Response

Click "Run Test" to send a live request and see the response here

Request Parameters

Validation rules grouped by request section.

Header Parameters

X-API-TokenstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.
X-API-SecretstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.

Request Examples

curl -X POST 'https://bodapi.com/api/tiktok-data-api/v1/send-verification-code-for-password-reset' \
  -H "X-API-Token: $BODAPI_API_TOKEN" \
  -H "X-API-Secret: $BODAPI_API_SECRET"

Send verification code for password reset

Upstream: POST /v1/passport/email/forgot_password/send_code (TokAPI)

Gateway route: POST /api/tiktok-data-api/v1/send-verification-code-for-password-reset

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/send-verification-code-for-password-reset" \
  -H "X-API-Token: YOUR_API_TOKEN" \
  -H "X-API-Secret: YOUR_API_SECRET"