Last updated 1 month ago
POST /external
POST
/external
Sends data from an external source
Object*
String
Object that contains VC Document
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }
Sends data from an external source.
POST /api/v1/external/{policyId}/{blockTag} HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 198 { "owner": "text", "policyTag": "text", "document": { "id": "00000000-0000-0000-0000-000000000000", "@context": [ "text" ], "type": [ "text" ], "credentialSubject": [ {} ], "issuer": {}, "issuanceDate": "text", "proof": {} } }
Successful operation.
true