GET
/
enrich
/
v1
/
organization
curl --request GET \
  --url https://api.customeros.ai/enrich/v1/organization \
  --header 'X-CUSTOMER-OS-API-KEY: <api-key>'
{
  "message": "<string>",
  "requestId": "1234567890abcdef",
  "status": "success"
}

Authorizations

X-CUSTOMER-OS-API-KEY
string
header
required

Query Parameters

linkedinUrl
string

Organization's LinkedIn URL

domain
string

Organization's domain

Response

200
application/json
Organization not found (status: warning)

The response is of type object.