Skip to main content

Retrieve brand list

GET 

/api/v3/brand

Request

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object[]

  • Array [

  • brand_id integer

    Brand ID #

    brand string

    Deprecated (use "name" instead)

    name string

    Brand name

    brand_addr1 string

    Street address 1

    brand_addr2 string

    Street address 1

    brand_city string

    City

    brand_state string

    State/province

    brand_postcode string

    Postal code

    brand_country string

    Country

    brand_block string

    Printable brand address

    brand_phone string

    Brand phone number

    brand_email string

    Brand email address

    brand_linkedin string

    Brand linkedin

    brand_twitter string

    Brand twitter

    brand_facebook string

    Brand facebook

    brand_yelp string

    Brand yelp

    brand_youtube string

    Brand youtube

    brand_instagram string

    Brand instagram

    brand_pinterest string

    Brand pinterest

    brand_tiktok string

    Brand tiktok

    custom_1 string

    Custom field 1

    custom_2 string

    Custom field 2

    custom_3 string

    Custom field 3

    custom_4 string

    Custom field 4

    custom_5 string

    Custom field 5

    url_logosmall string

    URL to a small version of the brand logo

    url_logomedium string

    URL to a medium version of the brand logo

    url_logolarge string

    URL to a large version of the brand logo

    url_logohuge string

    URL to a huge version of the brand logo

    url_logooriginal string

    URL to the originally uploaded brand logo

  • ]

Loading...