Skip to main content

List Domains

Get all available preference domains.
curl -X GET "https://api.prefid.dev/v1/domains" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Get Domain Schema

Get the schema for a specific domain.
curl -X GET "https://api.prefid.dev/v1/domains/music_preferences/schema" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Domain Statistics

Get statistics for a specific domain.
curl -X GET "https://api.prefid.dev/v1/domains/music_preferences/stats" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"