api

Get a public package config

get/api/public/packages/configs/{slug}

Path parameters

slugstring required

Response

OK

_idstring required
activeboolean required
namestring required
slugstring required
descriptionstring nullable
imagestring nullable
headerImagestring nullable
sellerIdstring required
availableSelectionTypesstring[]
sellStartstring date-time nullable

An ISO timestamp indicating when the package sale starts.

sellEndstring date-time nullable

An ISO timestamp indicating when the package sale ends.

archivedAtstring date-time nullable

An ISO timestamp indicating when the package config was archived.

createdAtstring date-time required
updatedAtstring date-time required

Changes

Changed in 1 of the 16 revisions of this API.1

    • added the optional property archivedAt to the response with the 200 status

      response-optional-property-added