Skip to content
Developers

FreshLearn API Reference

A simple REST API to connect FreshLearn to any system — manage members, enrollments, course structure, and more. All requests return JSON and require an API key.

Everything you need to know before making your first API call.

GETAPI Overview

Introduction

The FreshLearn API is based around REST. It returns JSON for every request. Use it to manage members, enrollments, course structure, and more — all programmatically.

Endpoint
http
GET https://api.freshlearn.com/v1
GETAuthentication

Authentication

All requests must include your unique API key in the request header. To find your API key, log in to your Admin account and go to Settings → User → click your user. The API key will be displayed there.

Endpoint
http
GET Header: api-key
Headers
ParameterDescription
api-keyrequiredRequest header with your unique API key from Settings → User → API Key.