Consistentidentities

Gallery target images

Get all swapped images (created on the last 24 hours)

POST
/api/consistent_identities/gallery
AuthorizationBearer <token>

In: header

Response Body

Examples

curl -X POST "https://api.piktid.com/api/consistent_identities/gallery"
{
  "data": [
    {
      "l": "string",
      "n": "string",
      "t": "string"
    }
  ]
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}