Retrieves public profile information for a TikTok user.
/api/v1/get-tiktok-profile
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be application/json. |
Authorization | string | Your API key (Bearer token). e.g. Bearer sk_xxx |
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
handle | string | The TikTok user handle (username). | Yes | |
requestSource | string | Optional. Source of the request (e.g., MAKE_DOT_COM, ZAPIER, API). Defaults to API if not provided or if sent via header. | No | API |
handle is the username you see on TikTok, like stoolpresidente.Content-Type: application/jsonInvalid JSON in request body'handle' parameter is required and must be a non-empty string.The profile service could not process the handle.The profile service reported an issue.Service not configured. Please contact support.Service authentication failed. Please contact support.An unexpected server error occurred... (for other internal issues)The profile service is currently unavailable.Received invalid data format from profile service.Error fetching profile data from the upstream service.itemList in the response may vary in content and structure depending on the profile and the data provided by the upstream service. It might be empty for some profiles.X-RateLimit-Limit and X-RateLimit-Remaining headers in the response to monitor your usage.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.