Logo
Roaring API Documentation

Fetch signing combinations from company

GET {{baseUrl}}/search?requestKey=<string>&pageSize=<integer>&from=<integer>&companyName=<string>&town=<string>&county=<string>&zipCode=<string>&industryCode=<string>&legalGroupCode=<string>&vatReg=<integer>&statusCode=<integer>&companyRegistrationDate=<string>

 

Body PARAM

Key Datatype Required Description 
requestKey
string Used when paging in a previous searched result
pageSize
string Number of results to return per pagination page
from
string first result to return from the resultset that is being paged through
companyName
string Company name string to search for
town
string Town the searched for company should be registered in
county
string County the searched for company should be registered in
zipCode
string Zip code the searched for company should be registered in
industryCode
string
Curl
curl -X GET 'https://api.roaring.io/no/company/search/1.0/search?requestKey=<string>&pageSize=<integer>&from=<integer>&companyName=<string>&town=<string>&county=<string>&zipCode=<string>&industryCode=<string>&legalGroupCode=<string>&vatReg=<integer>&statusCode=<integer>&companyRegistrationDate=<string>?requestKey=<string>&pageSize=<integer>&from=<integer>&companyName=<string>&town=<string>&county=<string>&zipCode=<string>&industryCode=<string>&legalGroupCode=<string>&vatReg=<integer>&statusCode=<integer>&companyRegistrationDate=<string>'

ENDPOINTS