GET

List Categories


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 up to 100 categories.

Permissions
Manage FAQ
Read FAQ
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/faq/v1/categories

Query Params
paging.limitintegerminimum 0maximum 100format int32

Number of items to load.


paging.cursorstring

Pointer to the next or previous page in the list of results.

You can get the relevant cursor token from the pagingMetadata object in the previous call's response. Not relevant for the first request.

Response Object
categoriesArray <Category>

List of categories.


pagingMetadataPagingMetadata

Metadata for the paginated results.

List Categories Example 1
Request
cURL
Response
JSON
Errors

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

Did this help?