Assignments
Assignments are used for feature flagging and A/B testing. They can be assigned to users based on their geohash, allowing for location-based feature rollouts and experiments.
Assignment
key— string, e.g."ai-consent-2026"value— string, e.g."off"or"on"or"Test"payload— arbitrary data objecttype— string, e.g."FEATURE_FLAG"or"EXPERIMENT"
Get public assignments
GET /public/v1/public-featuresResponse:
assignments— array of Assignment
Get assignments
Requires Authorization.
GET /v3/assignmentQuery:
geohash— Geohash
Response:
assignments— array of Assignment