Overview
Create a client, sign requests with ts.body, and verify responses.
Prerequisites
None.
Permissions required
Downloads & Templates
Steps (3)
-
1
Create a bridge client
Settings → Developers → Bridge → New client. Copy Client ID and Secret.
Tips
—
Validation
—
Success criteria
—
-
2
Sign a request
Compute sha256(ts + '._.' + rawBody) with the shared secret. Send X_ID_TS and X_ID_SIG.
Tips
—
Validation
- 401s disappear once timestamp window and signature match.
Success criteria
—
-
3
Call an endpoint
POST /bridge/{clientId}/people.search with a JSON body. Verify HMAC on your side if needed.
Tips
—
Validation
—
Success criteria
- Response includes results with rate-limit headers and request-id.
About this guide
PeopleGraph gives teams a single workspace to create, link, and manage people and companies. Build rich profiles with emails, phones, addresses, websites, and custom fields. Attach labels and define smart segments that drive marketing, support, and permissions in other apps.
Two-way connectors keep sources like Google Contacts and Microsoft 365 aligned. Dedupe suggestions and a merge workflow maintain clean data with provenance. Every change emits events for downstream automation.
Search is first-class: quick find in-app and registration with the platform-wide index so you can jump to any profile from anywhere.