cURL
curl --request GET \ --url https://api.morphic.io/api/companies/{company_id}/fetch-logo-possibilities \ --header 'X-API-Key: <api-key>'
{ "possibilities": [ { "domain": "<string>", "logo_url": "<string>" } ], "type": "<string>" }
Fetch logo and domain possibilities for an existing company.
API key (sk_xxx) from Developer Settings. No X-Account-ID needed.
Successful Response
Show child attributes