searchCompanyByKeyword
get
searchCompanyByKeyword
Perform a search for companies based on keyword.
Resource URL
https://tih-api.stb.gov.sg/content /v1/company
Query Parameters
Name | Values | Description |
---|---|---|
keyword
(required) |
Keyword to look for within name, description, body and tags when performing the search function. |
|
nextToken |
Parameter to obtain the subsequent set of 20 records. The parameter is pulled directly from the output response provided by the API and should not be modified. |
Try it out
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
400 | 400 | Bad request |
401 | 401 | Unauthorized |
404 | 404 | Not Found |
Resource Summary
Security | Content Type | Category |
---|---|---|
application/x-www-form-urlencoded |
General |
Working...