Trigger validation workflow
Starts the asynchronous validation workflow for a blockchain and its associated validation session.
POST
TypeScript
Headers
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.
Path Parameters
ID of the blockchain to validate.
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Response
Accepted
Human-readable result message.
Example:
"Validation flow triggered"
Previous
Get tenant billing infoReturns the tenant's blockchain activation limit and current usage. tenant_id is derived from the JWT token context.
Next
TypeScript