List Guests
Retrieve guest profiles from all connected platforms.
List guests with search
GET
/v1/guestsRequest
curl https://api.repull.dev/v1/guests \ -H "Authorization: Bearer sk_test_YOUR_KEY" \ -H "X-Workspace-Id: YOUR_WORKSPACE_ID"
Response
{ "data": [{ "id": "789", "firstName": "Sarah", ... }], "pagination": { ... } }Query Parameters
limitintegerDefault: 50Max results
searchstringSearch by name
AI