Search for Labels and Statistics for importing into Label configuration
Return a list of other labels ans statistics.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
textstringOptionalExample:
NameownerstringOptionalExample:
#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001componentsstring · enumOptionalExample:
Component type
allPossible values: Responses
200
A list of labels ans statistics.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
post/policy-labels/components
POST /api/v1/policy-labels/components HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
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 file
NextRetrieve the list of created tokens (VPs) for which a Label document can be created
Was this helpful?