curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/shop-creator/search?unique_id=maccagames®ion=US' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": "7494008088472553296",
"requestId": "d1412299-7c60-4538-9783-bca8b8e7ad93"
}Look up a TikTok Shop creator by their TikTok unique ID to retrieve their creator_oecuid, which is required for other Shop Creator endpoints.
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/shop-creator/search?unique_id=maccagames®ion=US' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": "7494008088472553296",
"requestId": "d1412299-7c60-4538-9783-bca8b8e7ad93"
}π€ 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.
TikTok unique_id
"maccagames"
Choose one of US, DE, TH, MY, ID, PH, VN
"US"
Success
The response is of type object.