Skip to content

Latest commit

 

History

History

clearbit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Description

Search for company logos and embed them in your projects

Example Request

  • Curl
curl "https://person.clearbit.com/v2/combined/[email protected]" -u {{token}}:
  • Raw
GET /v2/combined/[email protected] HTTP/1.1
Authorization: Basic e3t0b2tlbn19Og==
Host: person.clearbit.com

Response

  • Success
{
  "person": {
    "id": "3622a31e-7d4c-41bf-a422-65b36b4a401d",
    "name": {
      "fullName": "Alex MacCaw",
      "givenName": "Alex",
      "familyName": "MacCaw"
    },
    "email": "[email protected]",
    "location": "San Francisco, CA, US",
    "timeZone": "America/Los_Angeles",
    "utcOffset": -8,
  • Error
{
    "error":{
        "type":"invalid_api_key",
        "message":"Invalid API key provided"
    }
}

Regex

sk_[a-z0-9]{32}

Example API key

sk_bb1aa18d0eeea0fc7ggg799h3i9578j