The TitanX REST APIs let you interact with our platform programmatically.
To use the TitanX REST APIs, you need an API key. API keys are available for
team subscriptions and higher tiers. Only the Team Admin on the company
account can generate an API key. If you don’t have an API key or need
assistance, please contact our sales team at sales@titanx.io.
If you plan on scoring or enriching contacts, when you generate an API key,
you will need to provide a callback URL to return the results of the scoring
or enrichment. Check out our Scoring and
Enrichment endpoints for more information.
All API requests require authentication using a Bearer token. The token should
contain the API key you generated from your TitanX Dashboard. Include this token
in the Authorization header of your HTTP requests.
The TitanX API always accepts JSON in request bodies and returns JSON in response bodies.
You will need to set the Content-Type header to application/json in your request.