Persons-2

For instructions on how to authenticate to use this endpoint, see API overview.

Endpoints

GET

Retrieve persons values

Required API key scopes

person:read

Path parameters

  • project_id
    string

Query parameters

  • format
    string
    One of: "csv""json"

Example request

GET /api/projects/:project_id/persons/values
export POSTHOG_PERSONAL_API_KEY=[your personal api key]
curl \
-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \
<ph_app_host>/api/projects/:project_id/persons/values/

Example response

Status 200 No response body

Community questions

Questions about this page? or post a community question.