canonical: https://jentic.com/apis/peoplefinderspro.com/peoplefinderspro

# Peoplefinderspro Self Service Developer API

Self Service Developer API documentation and demo.

##Getting Started

You will need an API access profile user and password in order to access search endpoints.
Your access profile user and password is used for authenticating all requests to our search API. 
You MUST pass the user and password each time you perform a search request.

## For AI agents

Manage peoplefinderspro.com resources and operations programmatically.

## Scope

Provides access to peoplefinderspro.com resources and operations as documented in the OpenAPI specification.

## Capabilities

- Access and manage peoplefinderspro.com resources
- Integrate peoplefinderspro.com functionality into workflows
- Automate peoplefinderspro.com operations

## Use cases

### peoplefinderspro.com Integration

Integrate Self Service Developer API into your application or workflow to automate operations and access resources programmatically.

Example prompt: Use the Self Service Developer API to perform operations against peoplefinderspro.com resources.

## Why Jentic

- **Setup:** Wiring the PeopleFinders Pro Self Service Developer API by hand means assembling its contact, email, phone, and identity enrichment request payloads against api.peoplefinderspro.com yourself. Through Jentic you install once, import the Self Service Developer API from the API Directory, store the credential once, and your agent calls it.
- **Permission scoping:** This API takes its lookup criteria in the request body across enrichment operations like `/contact/enrich`, `/email/enrich`, and `/phone/enrich`, so scoping is operations-only: limit the agent to the operations it needs, such as email enrichment, and leave identity verification out of the allowed set unless you add it.
- **Credential handling:** Your PeopleFinders Pro credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'enrich a contact from an email address', and Jentic returns the matching Self Service Developer API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## FAQ

### What authentication does the Self Service Developer API use?

The Self Service Developer API uses none authentication. Through Jentic, credentials are stored encrypted and injected at execution time so they never enter the agent's context.

### How many endpoints does the Self Service Developer API have?

The Self Service Developer API exposes 5 endpoints across its surface area.

### Can I limit what my agent is allowed to do with the Self Service Developer API?

Yes. Because you run Jentic One yourself, your own rules decide which of this API's enrichment operations the agent may call and which credential it uses. Scoping here is operations-only: since each lookup takes its criteria in the request body, you can allow just the operations you need, such as `/email/enrich`, and leave others like `/contact/enrich`, `/phone/enrich`, or identity verification out of the allowed set. The agent can only invoke the operations you have permitted.
