For the complete documentation index, see llms.txt. This page is also available as Markdown.

Feature Views

Check if the current user has viewed a feature

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
featureKeystring · enumRequiredPossible values:
Responses
200

Successful response

application/json
viewedbooleanRequired
get/feature-views/{featureKey}

Mark a feature as viewed for the current user

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
featureKeystring · enumRequiredPossible values:
Responses
200

Successful response

application/json
okconst: Required
post/feature-views/{featureKey}/viewed

Last updated