List Contacts
List contacts in the workspace. Contacts power Feedspace’s email automation and are commonly synced from external platforms (Zapier, Pabbly, Make, n8n). Requires the workspace’s plan/role to include email automation.
403.Authorizations
HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Query Parameters
Filter by how the contact first entered the workspace. One of: csv, public_api, review_submission, manual, social_import, stripe.
csv, public_api, review_submission, manual, social_import, stripe Filter to contacts carrying any of these tag IDs. Each value must be a numeric tag id from GET /contact-tags in this workspace.
Subscription state to include.
subscribed, unsubscribed, all Free-text search across name and email (max 255 characters).
255Sort field.
created_at, email, name Sort direction.
asc, desc Page number (default 1).
x >= 1Items per page (1-100, default 50).
1 <= x <= 100