GET
curl --request GET \
  --url https://api.growthmarketing.ai/ \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "name": "Google",
      "domain": "google.com",
      "logo": "https://api.growthmarketing.ai/logo/google.com"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

query
string
required

The search term to find companies

Response

200
application/json
Successful response
success
boolean
Example:

true

data
object[]