Skip to main content
GET
/
v1
/
tiktok
/
shop-creator
/
search
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/shop-creator/search?unique_id=maccagames&region=US' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": "7494008088472553296",
  "requestId": "d1412299-7c60-4538-9783-bca8b8e7ad93"
}
πŸͺ™6 creditsper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

unique_id
string
default:maccagames
required

TikTok unique_id

Example:

"maccagames"

region
string
default:US
required

Choose one of US, DE, TH, MY, ID, PH, VN

Example:

"US"

Response

Success

The response is of type object.