Skip to main content
GET
Search Companies

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

name
string | null

Company name (partial match)

register_number
string | null

Company register number

register_court
string | null

Court where the company is registered

register_prefix
string | null

Register prefix (e.g., HRB, HRA)

is_active
boolean | null

Whether the company is active

address
string | null

Address (partial match)

city
string | null

City (partial match)

has_financials
boolean | null

Whether the company has financial reports

offset
integer
default:0

Number of items to skip

Required range: x >= 0
limit
integer
default:10

Maximum number of items to return

Required range: 1 <= x <= 100

Response

Successful Response

Model for company search response

companies
CompanySearchResult ยท object[]
required

List of matching companies

total_count
integer
required

Total number of companies found

page_count
integer
required

Number of pages available

pagination
PaginationInfo ยท object
required

Pagination information for the results