Skip to main content
GET
/
traits
/
targeting
Get targeting traits
curl --request GET \
  --url https://api.pickfu.com/v1/traits/targeting \
  --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 targeting traits

trait_name
string
required

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

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