Skip to content

Getting Started

This page covers the basics you need before calling any endpoint.

API Endpoint

Base URL:

text
https://api.fareclock.com

Authentication

All requests require an API key header:

http
Authorization: Token YOUR_API_KEY

You can create API keys in Fareclock under Settings => Integrations.

Response Format

JSON is the default response format.

You can explicitly request JSON with:

http
Accept: application/json

Make Your First Request

  1. Open Playground.
  2. Enter your API key once (it is reused across endpoints in your session).
  3. Set path to /employees and method to GET.
  4. Send request.

Next Steps

Fareclock API Documentation