Authentication
Brand API endpoint is authenticated using Bearer token in theAuthorization
header of your request. Make sure to keep
this secret API token secure and do not share it publicly. You can find yours in
your account.
Rate Limiting
Similar to the Logo API, the Brand API implements rate limiting based on user subscription plans. To get more information about the rate limits, please refer to the pricing page.Examples
Retrieve brand information for a stock ticker
Retrieve brand information for a stock ticker
AAPL
.
You can do this by using the following URL:Parameters
Authorizations
Bearer token authentication. You must provide a valid Secret API token in the Authorization header of your request. You can find yours in your account settings.
Path Parameters
The domain or stock ticker for which you want to retrieve brand information. For example, apple.com or AAPL. We support all major stock exchanges worldwide.
"apple.com"
Response
Brand information found and returned as JSON.
The response is of type object
.