creator_search_insights.json 416 B

123456789101112131415161718192021222324
  1. {
  2. "group": "B-tiktok-ads",
  3. "name": "creator_search_insights",
  4. "method": "GET",
  5. "path": "/api/v1/tiktok/app/v3/creator_search_insights",
  6. "params": {
  7. "keyword": "milk thistle"
  8. },
  9. "body": null,
  10. "status": 404,
  11. "ok": false,
  12. "rawLen": 22,
  13. "summary": {
  14. "topKeys": [
  15. "detail"
  16. ],
  17. "dataPreview": null
  18. },
  19. "sampleJson": {
  20. "errorJson": {
  21. "detail": "Not Found"
  22. }
  23. }
  24. }