Reo.dev
Authentication: API key, with an optional username for the Custom Lists API. See Magic Link for the runtime auth flow.
Sample use cases
- List the accounts in my enterprise segment showing recent activity.
- Show me developer activity for the Acme account over the last 30 days.
- Create a list of high-intent accounts from the trial-signup audience.
- Look up the buyers associated with my target segment.
Available Tools
List accounts in an ACCOUNT-type segment, paginated by page number. Call list_segments first to find a valid segment_…
Get a single account by org_id or domain. Provide exactly one, never both. Use list_segment_accounts to browse accoun…
List the activity feed for an account. This endpoint has no documented pagination parameter, so results come back in…
List developers associated with an account, paginated by page number. Get account_id from list_segment_accounts or ge…
List all Audience (intent-list) configurations. This endpoint returns every audience in a single, non-paginated respo…
List members of an Audience, paginated by page number (page is required by this endpoint). Use list_audiences to find…
List developers in a DEVELOPER-type segment, paginated by page number. Call list_segments first to find a valid segme…
List the activity feed for a developer. This endpoint has no documented pagination parameter, so results come back in…
List buyers in a BUYER-type segment, paginated by page number. Call list_segments first to find a valid segment_id (m…
Create a new Custom List for accounts or developers. The primaryKey/mapping wire contract is unverified against the l…
List all Custom Lists in a single response (this endpoint has no pagination). Requires a username to be configured on…
Add up to 1000 accounts or developers to an existing Custom List. Unverified against the live API: whether entities r…
List ACCOUNT, DEVELOPER, and BUYER segments configured in Reo.dev, paginated by page number. Use the returned segment…