Find Person (specific)
Deprecated
GET /api/v2/find/person/{bucket}
GET
/api/v2/find/person/{bucket}
Check for a specific person contact from within sheepCRM, for general searching use the search endpoint. this call has been deprecated in favour of an identical call to the search endpoint /search/v2/{bucket}/person
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bucket
required
string
Query Parameters
Section titled “Query Parameters ” title
string
first_name
string
last_name
string
email
string
date_of_birth
string
postal_code
string
take_first_if_multiple
boolean
Responses
Section titled “ Responses ”Successful operation
A standard error message
object
description
A human readable description of the error
string
error
A concise error message
string
type
A machine readable error type
string
Unauthorized is the status code to return when the client provides no credentials or invalid credentials.
Forbidden is the status code to return when a client has valid credentials but not enough privileges to perform an action on a resource.
Not found
An error occurred within sheepCRM, please report to support@sheepcrm.com