Demographics Person API
Authorizations
HTTPRequired
Query parameters
emailstringRequired
The email of the lead 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/personsAuthorizations
HTTPRequired
Body
Person lookup with payload request
emailstringRequired
Person email
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/personsLast updated
Was this helpful?