v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBverification
Verify TikTok social link
Verify ownership of a TikTok social link using an OAuth 2.0 access token.
Flow:
- Client obtains a TikTok OAuth 2.0 access token via authorization code flow
- Client sends the token to this endpoint
- API validates the token against TikTok's POST /v2/user/info/ endpoint
- If the returned profile matches the account's existing TikTok social link, it's marked as verified
Prerequisites:
- Account must have a TikTok social link already added (via POST /v1/account/social-links)
- Client must have a valid TikTok OAuth 2.0 access token
Idempotent: Calling this on an already-verified TikTok link returns success.
Authentication: Authorization: Bearer <CLIENT_JWT>
post/v1/account/social/verify/tiktok
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Request body
Response
Successful Response