For the complete documentation index, see llms.txt. This page is also available as Markdown.

Demo

Demo data and sample environment setup.

Returns list of registered users.

get

Returns list of registered users.

Responses
200

Successful operation.

application/json
didstringRequiredExample: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599
usernamestringRequiredExample: StandardRegistry
rolestringRequiredExample: STANDARD_REGISTRY
parentstringOptional

Parent DID for child users

Example: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599
get/demo/registered-users

Generate demo key.

get

Generate demo key.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation.

application/json
idstringRequired

Demo account ID

Example: 0.0.6046379
keystringRequired

Demo account private key

Example: 302e020100300506032b657004220420f6168da5cd88b85151e9735252419f0768b87b1a800f7e3b7908d15fa1f358a2
get/demo/random-key

Generate demo key.

get

Generate demo key.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
202

Successful operation.

application/json
taskIdstringRequired

Task ID

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
expectationnumberRequired

Expected count of task phases

Example: 3
actionstringRequired

Task action

Example: Create random key
userIdstringRequired

User ID

Example: 69aeb71ef8c5b278e3bab4e5
get/demo/push/random-key

Last updated