POST

Query Labels


Retrieves a list of contact labels. Up to 1,000 labels can be returned per request.

For a detailed list of supported operations, see sorting and filtering for labels. To learn how to query labels, see API Query Language.

FieldSupported FiltersSort
key$eq, $ne, $inSort: ✗
displayName$eq, $ne, $in, $beginsSort: ASC, DESC
createdDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
updatedDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
namespace$eq, $neSort: ✗
labelType$eqSort: ✗
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Contact Labels
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/contacts/v4/labels/query

Errors
400Invalid Argument

There are 6 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?