Search + K

Command Palette

Search for a command to run...

Sign In

post-/crm/v3/objects/contacts/search

POST /crm/v3/objects/contacts/search
Copy endpoint
https://api.hubapi.com

Request Body

application/json required
interface PublicObjectSearchRequest1 {
query?: string;
limit: number;
after: string;
sorts: string[];
properties: string[];
filterGroups: FilterGroup1
interface FilterGroup1 {
filters: Filter1[];
}
[]
;
}

Responses

200 application/json

successful operation

interface CollectionResponseWithTotalSimplePublicObjectForwardPaging {
total: number;
paging?: ForwardPaging
interface ForwardPaging {
next?: NextPage35;
}
;
results: SimplePublicObject26
interface SimplePublicObject26 {
createdAt: string;
archived?: boolean;
archivedAt?: string;
propertiesWithHistory?: { };
id: string;
properties: { };
updatedAt: string;
}
[]
;
}
default */*

An error occurred.

interface Error2 {
subCategory?: string;
context?: { };
correlationId: string;
links?: { };
message: string;
category: string;
errors?: ErrorDetail2
interface ErrorDetail2 {
subCategory?: string;
code?: string;
in?: string;
context?: { };
message: string;
}
[]
;
}