Demographics Company API
Authorizations
HTTPRequired
Query parameters
domainstringRequired
The domain name of the company you would like to retrieve
Responses
200
The request has succeeded.
application/json
400
The server could not understand the request due to invalid syntax.
application/json
401
Access is unauthorized.
application/json
404
The server cannot find the requested resource.
application/json
429
Client error
application/json
500
Server error
application/json
get
/v1/companiesAuthorizations
HTTPRequired
Body
Company lookup with payload request
domainstringRequired
Company domain
Responses
200
The request has succeeded.
application/json
400
The server could not understand the request due to invalid syntax.
application/json
401
Access is unauthorized.
application/json
422
Client error
application/json
429
Client error
application/json
500
Server error
application/json
post
/v1/companiesLast updated
Was this helpful?