POST Endpoint

Single Record Lookup

Published on May 29, 2026 by StackDeal

Key takeaways

  • Method: POST
  • Route path: /api/skiptrace
  • Understand route and input: This endpoint uses POST on /api/skiptrace with input like {"lookup_type":"name_address"}.
  • Review a realistic first request: Use a realistic first input like {"lookup_type":"name_address"} so the buyer can imagine the endpoint in a real integration or test flow.

Published on April 14, 2026 by StackDeal. Use this endpoint when you want to process one record at a time through the Skip Tracer API.

Use this endpoint when you already have the right input, want a clear outcome, and need output you can move into the next workflow step.

When to use this endpoint

Understand route and input

This endpoint uses POST on /api/skiptrace with input like {"lookup_type":"name_address"}.

Review a realistic first request

Use a realistic first input like {"lookup_type":"name_address"} so the buyer can imagine the endpoint in a real integration or test flow.

Best next step

Move to batch when you need higher-volume processing.

Frequently asked questions

When should I use this endpoint?

Best for one-off lookups, quick validation, low-volume integrations, and interactive use cases.

What should I do next?

Move to batch when you need higher-volume processing.

Why does this page include implementation guidance?

Because RapidAPI playground/code snippets are most useful when use case and next implementation step are explicit.