curl --request GET \
--url https://app.titanx.io/api/public/v2/account/features \
--header 'Authorization: Bearer <token>'{
"data": {
"apiAccess": true,
"features": {
"lightningScoring": true,
"titanScoring": true,
"enrichmentWithLightning": true,
"enrichmentWithTitan": true
}
}
}Get enabled features for the authenticated client including scoring types and enrichment workflows. Returns information about available features based on the client’s subscription plan.
curl --request GET \
--url https://app.titanx.io/api/public/v2/account/features \
--header 'Authorization: Bearer <token>'{
"data": {
"apiAccess": true,
"features": {
"lightningScoring": true,
"titanScoring": true,
"enrichmentWithLightning": true,
"enrichmentWithTitan": true
}
}
}