Skip to main content
POST
Create a data-shop.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
hostname
string<trimmed-non-empty>
required

A shops hostname.

Minimum string length: 1
fe_manifest
object

Any valid json object is accepted. This allows FE/UI to decide the shape of this.

Response

OK

id
string<uuid>
required
hostname
string<trimmed-non-empty>
required

A shops hostname.

Minimum string length: 1
company_id
integer<int64>
required

The id of an existing company

Example:

345

created_by
integer<int64>
required
created_at
string
required

ISO-8601 instant.

Example:

"2021-06-24T00:54:40.029056Z"

updated_by
integer<int64>
required
updated_at
string
required

ISO-8601 instant.

Example:

"2021-06-24T00:54:40.029056Z"

manifest
object

A valid json object. This is partially governed by the passed fe_manifest.