Sends Data from External Source

Sends data from an external source.

post

Sends data from an external source.

Path parameters
policyIdstringRequired
blockTagstringRequired
Body
ownerstringRequired
policyTagstringRequired
documentall ofRequired
Responses
200
Successful operation.
application/json
Responseboolean
post
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": {}
  }
}
true

Sends data from an external source.

POST /external

Sends data from an external source

Request Body

Name
Type
Description

Object*

String

Object that contains VC Document

{
    // Response
}

Last updated