Skip to main content

Get business attributes

GET 

/api/v2/businesses/:business_id/attributes

Get business attributes

Request

Path Parameters

    business_id stringrequired

Query Parameters

    lang string

    Possible values: [fr, en, es, it, pt-br, de, ar]

    Language to get the category name. If not given, the user's language is used.

    country string

    Country for which available attributes will be fetched - use ISO 3166 alpha2 code ("FR", "EN", "IT").

    Example: FR

Responses

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

Schema

    attributes

    object[]

    required

  • Array [

  • value

    object

    nullable

    oneOf

    string

    type string

    Possible values: [URL, REPEATABLE_URL, BOOL, ENUM, REPEATABLE_ENUM]

    Type of the Attribute

    gmb_id string

    Google my Business ID of the attribute

  • ]

Loading...