Sends Data from an 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
post
/external/{policyId}/{blockTag}
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

NameTypeDescription

Object*

String

Object that contains VC Document

200: OK Successful Operation500: Internal Server Error Internal Server ErrorCopy

{
    // Response
}

Last updated

Was this helpful?