GET

Get Collection


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 collection.

Permissions
Manage Portfolio
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/portfolio/v1/collections/{collectionId}

Path Params
collectionIdstringRequired

ID of the collection to retrieve.

Query Params
includePageUrlboolean

Whether to include the collection's page URL and relative path in the response. Default: false

Response Object
collectionCollection

The requested collection.

Get Collection
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?