- Docs
- Api%2Freference%2Ffaces%2FGetFace
Retrieve a specific face
Retrieve detailed information for a specific face by providing its unique ID.
AuthorizationBearer <token>
In: header
Path Parameters
faceId*string
Unique identifier of the face
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/faces/string"{
"id": "string",
"name": "string",
"url": "string",
"content": "string",
"config": {},
"assets": [
{
"id": "string",
"name": "string",
"type": "string",
"url": "string",
"hash": "string",
"is_public": true,
"when_created": "2019-08-24T14:15:22Z"
}
],
"when_created": "2019-08-24T14:15:22Z",
"when_modified": "2019-08-24T14:15:22Z"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}