Find a record by property value
Returns the single record whose property {slug} equals {value}. 404 if nothing matches; 409 if more than one record matches.
get/v2/prism/{teamId}/deal/by/{slug}/{value}
Path parameters
teamIdstring uuid required
slugstring required
Property slug to match (e.g. email).
valuestring required
Property value to match exactly. URL-encode special characters.
Query parameters
list_idstring uuid
Scope the lookup to a specific list/app.
Response
Matched record