Skip to main content
GET
/
integration
/
business-api
/
info
Get Business Info
curl --request GET \
  --url https://api.willro.com/api/v1/integration/business-api/info \
  --header 'x-api-key: <api-key>'
{
  "businessName": "Willro",
  "website": "https://willro.com",
  "category": "Tech",
  "averageRating": 4,
  "totalReview": 5,
  "googleMapUrl": "https://www.google.com/maps",
  "location": "Landon, UK"
}

Authorizations

x-api-key
string
header
required

Use this API Key: willro_live_sk_95ad4a1e-48ac-4872-ae02-0d40072b60bf_6b7ec4b3af7911a65ee1c3a5ce3fe84b8c2e34136ca71030

Response

Business info retrieved.

businessName
string

Name of the business shown publicly.

Example:

"Willro"

website
string<uri>

URL of the business website.

Example:

"https://willro.com"

category
string

Business category describing industry or sector.

Example:

"Tech"

averageRating
number

Average user rating of the business on the platform.

Example:

4

totalReview
integer

Total number of user reviews for the business.

Example:

5

googleMapUrl
string<uri>

Link to the business's location on Google Maps.

Example:

"https://www.google.com/maps"

location
string

Business physical location or address. May be null if not available.

Example:

"Landon, UK"