Skip to main content
POST
Search business registries

Authorizations

Authorization
string
header
required

Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx

Body

application/json
name
string

Business name to search. Required when neither associate.name nor palm_id is provided.

Example:

"The Coca-Cola Company"

associate
object

Search by an associated person or organization (officer, director, manager, member, or registered agent). Required when neither name nor palm_id is provided.

palm_id
string

Palm ID of a specific registry business. When provided, returns that record directly without name-based matching.

Example:

"4604-3477-1850"

registration_jurisdiction
string

Registration jurisdiction in ISO 3166-2 format (e.g., US-CA, US-NY, US-TX)

Example:

"US-FL"

formation_jurisdiction
string

Formation jurisdiction in ISO 3166-2 format (e.g., US-DE, US-CA, US-WY)

Example:

"US-DE"

location_street
string

Street address where business is physically located

Example:

"One Coca-Cola Plaza NW"

location_city
string

City where business is physically located

Example:

"Atlanta"

location_region
string

Region/state/province where business is physically located (ISO 3166-2 format: XX-YY)

Example:

"US-GA"

location_postal_code
string

Postal/ZIP code where business is physically located

Example:

"30313"

entity_type
enum<string>

Entity type

Available options:
corporation,
llc,
lp,
llp,
nonprofit
Example:

"corporation"

status
enum<string>

Business status

Available options:
active,
inactive,
dissolved,
expired,
merged,
withdrawn,
pending,
canceled
Example:

"active"

formation_date
object

Filter by business formation date (inclusive range). Either bound is optional.

Response

Search results returned successfully

object
string
Example:

"list"

data
(Default · object | Expanded Result · object)[]

Response format depends on your account configuration. Contact support@getpalm.com if you have questions.