FIXIA
  • Documentation
Sign In
Sign Up
FIXIA

Here you can add a description about your company or product

© Copyright 2026 Fixia. All Rights Reserved.

Get Started
  • Sign In
  • Sign Up
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Introduction

OverviewGetting StartedAuthentication

API Reference

API Reference

Advanced

WebhooksRate Limiting

Resources

Changelog

Introduction

OverviewGetting StartedAuthentication

API Reference

API Reference

Advanced

WebhooksRate Limiting

Resources

Changelog

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