Search for Labels and Statistics for importing into Label configuration
Return a list of other labels ans statistics.
Authorizations
Body
textstringOptionalExample:
Name
ownerstringOptionalExample:
#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001
componentsstring ยท enumOptionalExample:
Component type
all
Possible values: Responses
200
A list of labels ans statistics.
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
post
POST /api/v1/policy-labels/components HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"text": "Name",
"owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
"components": "all"
}
No content
PreviousPreview of the imported fileNextRetrieve the list of created tokens (VPs) for which a Label document can be created
Last updated