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
chevron-right
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
chevron-right
200

Successful response

application/json
okboolean · enumRequiredPossible values:
post
/feature-views/{featureKey}/viewed

Last updated