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

Demo

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
get
/demo/push/random-key

Last updated