Reviewer Details
Get Company Name by Website
Look up a company name from previously stored reviewer records by website domain.
GET
Useful for auto-filling the company name field when the reviewer’s website is entered in a form. Searches both live and test databases. Returns
null if no match is found — this is not an error.
No authentication required for this endpoint.
Query Parameters
A website URL or domain (e.g.
techcorp.com or https://techcorp.com). The www. prefix is stripped before matching.Error Codes
| Code | HTTP | Description |
|---|---|---|
MISSING_WEBSITE | 400 | website query parameter not provided |
INVALID_WEBSITE | 400 | Value cannot be parsed as a valid URL |
INTERNAL_ERROR | 500 | Unexpected server error |

