Skip to main content
POST
Create workspace

Authorizations

Authorization
string
header
required

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

Body

application/json
slug
string
required

URL slug. lowercase alphanumeric + hyphen, 3–40 chars.

Example:

"acme"

name
string
required
Example:

"Acme Visuals"

walletAddress
string
required
Example:

"0xAbC0000000000000000000000000000000000001"

signature
string
required

Signature over the challenge message from POST /challenge.

Example:

"0x1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b"

nonce
string
required
Example:

"9f3a2b1c0d4e5f6a7b8c9d0e1f2a3b4c"

roles
enum<string>[]
required
Available options:
CONSUMER,
SUPPLIER
Example:

Response

Request successful

statusCode
number
required
Example:

200

message
string
required
Example:

"Request successful"

data
object
required

Endpoint-specific payload. See the per-endpoint schema.

timestamp
string
required
Example:

"2026-05-13T12:00:00.000Z"