API docs reference
Accessing the API docs
You can find the complete and up-to-date documentation for our API at https://developers.getfernand.com/. This is your go-to resource for everything from authentication to endpoint references and example requests.
Getting started with the API
To hit the ground running, we recommend visiting the "Getting Started" section on the docs site. It walks you through the basics of setting up your API key, making your first request, and understanding the response structure.
Authentication
To interact with the Fernand API, you need to include your API key in every request. This is done by passing it in the X-Api-Key header.
You can create and manage your keys directly from your Fernand dashboard under Integrations → API Key.
Making requests
Use standard HTTP methods like GET and POST to interact with the API endpoints. Be sure to set the Content-Type header to application/json when sending JSON payloads.
Additional resources
Besides the core API docs, you’ll find helpful guides, FAQs, and sample code snippets to speed up your development process. Our community forum is also a great place to ask questions and share ideas.