POST

Query Account Certifications


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of up to 1,000 account certifications, given the provided paging, filtering, and sorting.

Query Account Certifications returns the full account certification records, including the underlying userCertificationIds, for the caller's own account only. To retrieve any account's certifications as a public, visitor-safe projection, call List Account Certifications instead.

Query Account Certifications runs with these defaults, which you can override:

  • createdDate is sorted in DESC order
  • cursorPaging.limit is 50

You can filter and sort by id and certificationType.

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

PropertyFiltersSort
id$eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gteSort: ASC, DESC
certificationType$eq, $ne, $exists, $in, $hasSomeSort: ASC, DESC
Authentication

You can only call this method when authenticated as a Wix user or by using an account level API key.

Permissions
SCOPE.ACADEMY.ACCOUNT_CERTIFICATION_READ
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/academy/certifications/v1/account-certifications/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?