Getting Started
Getting Your API Key
Sign up for Trunx and get your API key to start making calls.
Create a Trunx Account
- Go to trunx.io/signup and create your account.
- You'll be set up with a free Developer tier that includes 1,000 API calls per month.
Get Your API Key
After signing up, your API key will be generated automatically. You can find it in your dashboard under Settings > API Keys.
Your API key will look like this:
tk_live_abc123def456...Keep your API key secure. Do not commit it to version control or share it publicly.
Make Your First Request
Test your API key with a simple health check:
curl -H "Authorization: Bearer tk_live_abc123..." \
https://api.trunx.io/healthYou should receive a 200 OK response confirming your key is valid.
Next Steps
- Configure your environment with provider credentials and settings.
- Read the API reference to explore available endpoints.
- Set up webhooks to receive real-time event notifications.