# Submit all callback params from TikTok

Submits all parameters received from the TikTok callback to exchange for user identity information

Endpoint: POST /v1/auth/social/tiktok/validate
Security: ClientAccessToken

## Request fields (application/json):

  - `params` (object, required)
    All parameters received from the social provider callback. Pass through the full query string / POST body from the IdP redirect as-is.

## Response 200 fields (application/json):

  - `transaction_id` (string, required)
    A unique identifier generated during token verification that links this verification process to subsequent authentication requests. This transaction_id must be included in the authentication request to complete the social login flow.

  - `claims` (object, required)
    An object containing user identity information extracted from the verified social provider token. This includes standard profile details such as name, email, and unique identifiers from the social provider.


