curl "https://api.cnpj-api.com/v1/logos/90400888000142?token=YOUR_TOKEN"
Endpoints
Logos & Websites
Logo, favicon, and websites associated with a CNPJ
GET
/
v1
/
logos
/
{cnpj}
curl "https://api.cnpj-api.com/v1/logos/90400888000142?token=YOUR_TOKEN"
string
required
CNPJ number without punctuation (14 characters). Example:
90400888000142string
Authentication token. Preferred authentication method.
What’s included
Returns the logo, icon (favicon), and websites associated with a CNPJ. Images are served via a proprietary CDN. Not all CNPJs have associated logos or websites. Limited to 5 queries per minute for free tokens. See Rate Limits.curl "https://api.cnpj-api.com/v1/logos/90400888000142?token=YOUR_TOKEN"
Was this page helpful?