Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

193
Views
Tiktok developers webhooks not sending notifications

I'm trying to create a post route that will accept notifications from tiktok's webhooks as they are described here; https://developers.tiktok.com/doc/webhooks-overview/

As mentioned here I wrote up a post route;

  @Post('tiktok/notifications')
  async TiktokNotificationsPost(@Req() req, @Res() res): Promise<void> 
  {
    const vv = req;
    res.sendStatus(200);
  }

I also added a full callback url to the app page and have confirmed that this route is reachable over postman. However, even though I'm doing all the stuff that would post a notification such as posting a video that I've sent with the video kit I'm not getting any notifications.

I've tried

  • reintegrating my test user
  • sending new videos to tiktok over the video kit

Has anyone else worked with this? I'd appreciate any input as I'm drawing a blank on how to proceed with implementing this.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!