View user profile by IDs
POST
/api/tiktok-data-api/v1/view-user-profile-by-idsTest This Endpoint
Enter your credentials and parameters, then run a live request to see the real response
Authentication
X-API-Tokenrequired
X-API-Secretrequired
Query Parameters
user_idrequired
sec_user_idrequired
Response
Click "Run Test" to send a live request and see the response here
Request Parameters
Validation rules grouped by request section.
Query Parameters
user_idstring
Type
string
Required
Yes
sec_user_idstring
Type
string
Required
Yes
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/view-user-profile-by-ids' \
-H "X-API-Token: $BODAPI_API_TOKEN" \
-H "X-API-Secret: $BODAPI_API_SECRET"View user profile by IDs
Upstream: POST /v1/user/profile/view (TokAPI)
Gateway route: POST /api/tiktok-data-api/v1/view-user-profile-by-ids
Auth headers
| Name | Required | Description |
|---|---|---|
| X-API-Token | yes | Your bodapi API token |
| X-API-Secret | yes | Your bodapi API secret |
Query parameters
| Name | Required | Notes |
|---|---|---|
| user_id | yes | |
| sec_user_id | yes |
Example
curl -X POST "https://gateway.bodapi.com/api/tiktok-data-api/v1/view-user-profile-by-ids?user_id=VALUE&sec_user_id=VALUE" \
-H "X-API-Token: YOUR_API_TOKEN" \
-H "X-API-Secret: YOUR_API_SECRET"