Login
Headers
Params
LuckData API-Key
Please Input
LuckData API-Host
Please Input
This test defaults to consuming 1 credit
interface description
List of user products from shop tab
Code Snippets
Example Responses
Results
Target:
Python
Client:
requests
import requests

headers = {
    'X-Luckdata-Api-Key': ''
}

json_data={}

response = requests.get(
    '/api/mobile-tiktok-api/d81dg02wzgrm?count=10&offset=0®ion=VN&user_id=MS4wLjABAAAAGSD3UQtwhYFymLHB6uBa1WSvFTuFbJE85rowHL01x7LyVKynsG2BIlsJvAIAM7EB',
    headers=headers,
    
)
print(response.json())