Search customers

View as Markdown
Returns customers that exactly match the provided search fields for the authenticated company.

Authentication

AuthorizationBearer
API key obtained from the Afternoon dashboard

Query parameters

namestringOptional<=255 characters
first_namestringOptional<=255 characters
last_namestringOptional<=255 characters
external_idstringOptional<=255 characters

Response

Customers matched
successboolean
customerslist of objects
request_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error