Get hashtag info by ID or name
GET
/api/tiktok-data-api/v1/get-hashtag-info-by-id-or-nameTest 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
hashtag_id_or_namerequired
Response
Click "Run Test" to send a live request and see the response here
Request Parameters
Validation rules grouped by request section.
Query Parameters
hashtag_id_or_namestring
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 GET 'https://bodapi.com/api/tiktok-data-api/v1/get-hashtag-info-by-id-or-name' \
-H "X-API-Token: $BODAPI_API_TOKEN" \
-H "X-API-Secret: $BODAPI_API_SECRET"Get hashtag info by ID or name
Upstream: GET /v1/hashtag/{hashtag_id_or_name} (TokAPI)
Gateway route: GET /api/tiktok-data-api/v1/get-hashtag-info-by-id-or-name
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 |
|---|---|---|
| hashtag_id_or_name | yes | Path parameter — pass as a query parameter |
Example
curl -X GET "https://gateway.bodapi.com/api/tiktok-data-api/v1/get-hashtag-info-by-id-or-name?hashtag_id_or_name=VALUE" \
-H "X-API-Token: YOUR_API_TOKEN" \
-H "X-API-Secret: YOUR_API_SECRET"