Sandbox API Endpoints
The Sandbox APIs let you query our APIs to access synthetic data without consuming credits. The primary purpose of these endpoints are for testing and evaluating use cases in support of tasks such as:
- Performing integration testing to ensure compatibility with our endpoints and data structures
- Evaluating our APIs without revealing proprietary or regulated data
The Sandbox API endpoints mirror our production API endpoints, meaning that each public API endpoint will eventually have a corresponding sandbox endpoint. Each sandbox endpoint has identical functionality as its corresponding production endpoint. However, the records that each sandbox endpoint return contain only artificial data, which follows the same object structure as records from our production datasets.
Here is the current status of our Sandbox API endpoints:
Data Schema | API Endpoint | Sandbox API Endpoint |
---|---|---|
Person | Person Enrichment API | https://sandbox.api.peopledatalabs.com/v5/person/enrich |
Person | Person Search API | https://sandbox.api.peopledatalabs.com/v5/person/search |
Person | Person Identify API | https://sandbox.api.peopledatalabs.com/v5/person/identify |
Company | Company Enrichment API | https://sandbox.api.peopledatalabs.com/v5/company/enrich |
Company | Company Search API | https://sandbox.api.peopledatalabs.com/v5/company/search |
Company | Company Cleaner API | ❌ |
Location | Location Cleaner API | ❌ |
Schools | School Cleaner API | ❌ |
Skills | Skill Enrichment API | ❌ |
Job Titles | Job Title Enrichment API | ❌ |
What's Next
Please checkout the following pages for more information on the Sandbox APIs:
Updated 5 days ago