Enrich a business profile
To use this endpoint from the browser, you’ll need to specify the
/profile-enrichment.read
scope when generating a token.
GET
/enrichment/profile
|
|
The enriched profile
Describes an enriched business profile
{
"business": {
"address": {
"addressLine1": "123 Main Street",
"addressLine2": "Apt 302",
"city": "Boulder",
"country": "US",
"postalCode": "80301",
"stateOrProvince": "CO"
},
"email": "amanda@classbooker.dev",
"industryCodes": {
"naics": "480184",
"sic": "3750"
},
"legalBusinessName": "Moov Financial Inc",
"phone": {
"countryCode": "1",
"number": "8185551212"
},
"website": "moov.io"
}
}
No profile found
The request body could not be processed
Request was refused due to rate limiting.
Response headers
Retry-After
number
The service is unavailable
Query parameters
string
required
Valid email address belonging to the profile of interest
Response
application/json
business
object
Describes a company
Show child attributes
address
object
Show child attributes
addressLine1
string
<=60 characters
required
city
string
<=24 characters
required
country
string
<=2 characters
required
postalCode
string
<=5 characters
required
stateOrProvince
string
<=2 characters
required
addressLine2
string
<=32 characters
string<email>
<=255 characters
Pattern
Email address.
industryCodes
object
Describes industry specific identifiers
Show child attributes
naics
string
sic
string
legalBusinessName
string
phone
object
Show child attributes
countryCode
string
<=1 characters
number
string<phone>
<=10 characters
website
string