Preview a face

Retrieve a preview of a specific face as a page.

GET
/faces/{faceId}/preview
AuthorizationBearer <token>

In: header

Path Parameters

faceId*string

Unique identifier of the face

Response Body

text/html

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/faces/string/preview"
"string"
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}