BrandDev
Retrieve brand data by domain
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Domain name to retrieve brand data for
Optional parameter to force the language of the retrieved brand data
Available options:
albanian
, arabic
, azeri
, bengali
, bulgarian
, cebuano
, croatian
, czech
, danish
, dutch
, english
, estonian
, farsi
, finnish
, french
, german
, hausa
, hawaiian
, hindi
, hungarian
, icelandic
, indonesian
, italian
, kazakh
, kyrgyz
, latin
, latvian
, lithuanian
, macedonian
, mongolian
, nepali
, norwegian
, pashto
, pidgin
, polish
, portuguese
, romanian
, russian
, serbian
, slovak
, slovene
, somali
, spanish
, swahili
, swedish
, tagalog
, turkish
, ukrainian
, urdu
, uzbek
, vietnamese
, welsh
Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data.
Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
Required range:
1 <= x <= 300000