List Guests

Retrieve guest profiles from all connected platforms.

List guests with search

GET/v1/guests

Request

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: 50

Max results

searchstring

Search by name

AI