GET
/
3
/
person
/
{person_id}
/
tagged_images
{
  "id": 128,
  "page": 1,
  "results": [],
  "total_pages": 0,
  "total_results": 0
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

person_id
string
required

Response

200 - application/json

Tagged Images

id
number
Example:

128

page
number
Example:

1

results
any[]
Example:
[]
total_pages
number
Example:

0

total_results
number
Example:

0