GET
/
brand
/
retrieve-by-ticker

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string
required

Stock ticker symbol to retrieve brand data for (e.g. AAPL, TSLA, etc.)

Response

200 - application/json
brand
object

Detailed brand information

code
integer

HTTP status code

status
string

Status of the response, e.g., 'ok'