# Using curl
curl -X GET "https://api.yoku.app/v1/brand?domain=stripe.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
Usefull when you quickly need to get the basic brand infos from a domain name.
curl -X GET "https://api.yoku.app/v1/brand?domain=github.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
curl -X GET "https://api.yoku.app/v1/brand?name=Salesforce" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
# For financial applications
curl -X GET "https://api.yoku.app/v1/brand?ticker=AAPL" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"