Skip to main content
GET
/
traits
/
reporting
Get reporting traits
curl --request GET \
  --url https://api.pickfu.com/v1/traits/reporting \
  --header 'Authorization: Bearer <token>'
[
  {
    "trait_name": "<string>",
    "permalink": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}

Query Parameters

country
string

Two-letter country code to filter available traits (e.g. US, GB). Defaults to US traits when omitted.

Response

200 - application/json

List of available reporting traits

trait_name
string
required

Human-readable trait name (e.g. "Age: 25-34")

Trait permalink to use in the reporting array when creating or updating surveys