v1
latestOpenAPI 3.1.02026-07-2481742657.4 KBSearch suppliers
Search the list of available suppliers by display name keywords and retrieve their information (including supplier_id). This endpoint will return a maximum of 25 results and responses are not paginated.<br><br>This endpoint does not cost credits to execute.
Query parameters
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.
Search keywords matched against supplier names and metadata. For multiple values, include comma-separated values. Keywords shorter than 3 characters are ignored.
Search keywords matched against supplier names and metadata. For multiple values, include comma-separated values. Keywords shorter than 3 characters are ignored.
[ "Censys" ]
Headers
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.
Response
Suppliers found successfully
Example response
{
"result": {
"suppliers": [
{
"id": "11111111-2222-3333-4444-555555555555"
}
]
}
}