Skip to main content
GET
/
api
/
public
/
v2
/
account
/
features
Get account features
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
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response with account features information

data
object
required