Post

Query Contacts


Retrieves a list of contacts, given the provided paging, filtering, and sorting.

Up to 1,000 contacts can be returned per request. Query Contacts runs with these defaults, which you can override:

  • createdDate is sorted in ASC order
  • paging.limit is 50
  • paging.offset is 0

For field support for filters and sorting, see Contacts: Supported Filters and Sorting.

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Contacts
Read Members and Contacts - all read permissions
Manage Contacts
Manage Members and Contacts - all permissions
Learn more about permission scopes.
Endpoint
POST
https://www.wixapis.com/contacts/v4/contacts/query

Was this helpful?
Yes
No