Getting Started
This guide will walk you through making your first API request to Fixia.
1. Create an Account
Before you can use the API, you need a Fixia account. If you don't have one yet, sign up at fixia.com.br/auth/sign-up.
2. Generate an API Key
API keys are used to authenticate your requests. You can manage your API keys in the Dashboard → Settings → API Keys section.
Security Note
Your API key is only shown once during generation. Make sure to copy and store it securely.
3. Make Your First Request
Use the following curl command to list your contracts. Replace sk_live_... with your actual API key.
bash
curl https://fixia.com.br/api/v1/contracts \
-H "x-api-key: sk_live_your_key_here"Next Steps
Now that you've made your first request, you can dive deeper into the specific API endpoints:
- Detailed Contracts Reference
- Managing Assets
- Real-time Webhooks