iLive Docs
API ReferenceFace Services

List Collections

GET
/api/v2/collections
/api/v2/collections

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

cursorCursor

limitLimit

Default: 50Minimum: 1Maximum: 200
curl -X GET "https://docs.localhost:8543/api/v2/collections?cursor=string&limit=50" \
  -H "Authorization: Bearer <token>"

Successful Response

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