HTTP API
Use our REST API
Welcome to the FetchFox REST API! This guide will help you get up and running quickly by covering authentication, basic request structure, and making your first API call.
Base URL
Authentication
To access the API, you need an API key. You can obtain your API key from your FetchFox account dashboard.
Include your API key in the Authorization
header of every request:
Making Your First API Call
Let's test your setup by making a simple request to fetch account details.
Request:
Example Response:
Last updated