Skip to main content
POST
/
companies
/
{company_id}
/
contacts
/
search
Search contacts for a company
curl --request POST \
  --url https://api.getpg.ai/public-api/v1/companies/{company_id}/contacts/search \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Path Parameters

company_id
string
required

Company UUID

Query Parameters

live
enum<string>

Set to true for live refresh

Available options:
true,
false

Body

application/json

The body is of type object.

Response

Success (cached)

Response data