Skip to main content
GET
/
api
/
v1
/
people
/
{person_id}
Get Person
curl --request GET \
  --url https://evals.voker.ai/api/v1/api/v1/people/{person_id} \
  --header 'Authorization: <authorization>'
{
  "person_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "properties": {}
}

Headers

Authorization
string
required
Example:

"Bearer 123"

Path Parameters

person_id
string
required
Example:

"person_123"

Response

Successful Response

Represents a person.

See People for more information.

person_id
string
required
created_at
string<date-time>
required
properties
Properties · object