Portfolios
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
A jewellery collection
idstring · uuidRead-onlyOptional
Unique identifier of the collection
showcase_profile_idnumberRequired
Id of the associated showcase
namestring · max: 32Required
Name of the collection
visibilitystring · enumRequiredPossible values:
Visibility of the collection Values are:
PUBLIC: Visible to allPROTECTED: Showcase view is protected by the passwordPRIVATE: Not visible to anyone
descriptionstring · max: 512Optional
Description of the collection
tagsstring[]Optional
Tags associated with the collection
403
Unauthorized
application/json
get
/portfoliosAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the portfolio to fetch
Responses
200
OK
application/json
A jewellery portfolio
idstring · uuidRead-onlyRequired
Unique identifier of the portfolio
codestringRequired
Code of the portfolio
namestringRequired
Name of the portfolio
tagsstring[]Optional
Tags associated with the portfolio
typestringRequired
Type of the portfolio
403
Unauthorized
application/json
404
Portfolio not found
application/json
get
/portfolios/{id}Last updated