Skip to content

Create marketplace

POST
/v2/marketplace

Create a new marketplace for the current organization.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
name
required

The name of the marketplace

string
My Marketplace
description
required

The description of the marketplace

string
A marketplace for digital assets
status

The status of the marketplace

string
default: active
Allowed values: active inactive frozen
active
type
required

The type of the marketplace

string
default: basic
Allowed values: basic standard hybrid
basic

The created marketplace details.

object
marketplaceId
required

The ID of the marketplace

string format: uuid
123e4567-e89b-12d3-a456-426614174000
name
required

The name of the marketplace

string
My Marketplace
description
required

The description of the marketplace

string
A marketplace for digital assets
type
required

The type of the marketplace

string
Allowed values: basic standard hybrid
basic
status
required

The status of the marketplace

string
Allowed values: active inactive frozen
active
createdAt
required

The creation date of the marketplace

string format: date-time
2024-01-01T00:00:00.000Z

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error