Consistentidentities

List shared folders

List all the shared folders available for the user.

POST
/api/consistent_identities/gallery_faces/list_shared_folders
AuthorizationBearer <token>

In: header

Response Body

Examples

curl -X POST "https://api.piktid.com/api/consistent_identities/gallery_faces/list_shared_folders"
{
  "shared_folders": [
    "string"
  ]
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}