iLive Docs
API ReferenceFace Services

Describe Collection

GET
/api/v2/collections/{external_id}
/api/v2/collections/{external_id}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

external_id
Required
External Id

curl -X GET "https://docs.localhost:8543/api/v2/collections/string" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "external_id": "string",
  "description": "string",
  "face_count": 0,
  "created_at": "2019-08-24T14:15:22Z"
}