Authorization
To authenticate with the API, you will need to include an authorization header with your API key. Your API key can be found on your dashboard.
You have two types of API keys:
- Live Key (
th_live_...): For production use. Incurs charges and performs real verifications. - Test Key (
th_test_...): For testing and integration. Free and returns mock data. Learn more about testing.
Request Headers
--header 'Content-Type: application/json' \
--header 'authorization: YOUR_API_KEY'