Skip to main content

Get business attributes

GET 

/api/v2/businesses/:business_id/google/attributes

This endpoint allows you to view the attributes for a business.

Request

Path Parameters

    business_id stringrequired

Query Parameters

    lang locale

    Default value: en

    Get results in a specific language

    country string

    Default value: US

    Country for which available attributes will be fetched

    Example: US

Responses

Schema

    items

    object[]

    required

  • Array [

  • id stringrequired

    Attribute ID

    name stringrequired

    Translated attribute name

    data

    object

    required

    anyOf

    type stringrequired

    Possible values: [BOOL]

    value booleannullable
  • ]

Loading...