cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with account features information
Show child attributes