Skip to main content
POST
TypeScript

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Body

application/json

Create blockchain request. tenant_id is derived from the JWT token context.

declaredProperties
object
required

Declared properties for blockchain configuration (create/update API and response) Only the fields sent by the API and returned in list/create/update responses.

Response

OK

blockchain
object
required

Blockchain entity

message
string
required

Human-readable result message.

Example:

"Blockchain created successfully"