Deliverect Lookup Customer by Email
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/crm-api-post-crm-accountid-customers-lookup-schema.json", "title": "PostCrmAccountidCustomersLookup", "description": "Deliverect Lookup Customer by Email", "type": "object", "properties": { "email": { "type": "string", "example": "[email protected]" } }, "required": [ "email" ] }