Get vault feature flags
Returns the feature flag map for the authenticated user's vault so the client can gate UI affordances.
GET
/api/vault-feature-flagsRequest
curl
curl -X GET https://platform.trickest.com/api/vault-feature-flags \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Vault feature flag map
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring