Search businesses
Search for businesses in your organization with optional filters. Filter by legal_name (partial match), entity_type (exact match), or EIN (exact match). Returns paginated results using cursor-based pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.getpalm.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx
Body
Filter by display name (partial match, case-insensitive)
"Acme Corp"
Filter by EIN (exact match). Value is hashed for secure lookup.
"12-3456789"
Filter by vault fields using prefixed field names. Supports: business.legal_name (partial), business.entity_type, business.formation_jurisdiction, business.registration_jurisdiction, business.formation_date, business.city (partial), business.region, business.postal_code, business.country.
{
"business.legal_name": "Acme",
"business.entity_type": "llc",
"business.registration_jurisdiction": "US-CA"
}Filter by metadata fields. Use dot notation for nested keys. Example: { "industry": "technology", "settings.notify": "true" }
{ "industry": "technology" }Pagination cursor from previous response
Maximum number of results to return (1-100)
Field to sort by
created_at, name, jurisdiction, entity_type, risk_level, last_verified Sort order direction
asc, desc Response
Search results
Object type identifier, always "list"
list "list"
Whether there are more results available
true
Cursor to use for fetching the next page of results. Only present when has_more is true.
"crs_7g8h9i0j1k2l3m4n"
Array of resources for the current page

