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)
message
string
requestId
string
Example:

"1234567890abcdef"

status
string

Status indicates the result of the operation ("success" or "error")

Example:

"success"