Frontline API Quick Start Guide

1. Reach out to Frontline support to generate your API Key.

2. Retrieve your API Key

Two options: Base URL and API Swagger Link

  • Reach out to Frontline support for your API Key 
  • Admins can access API Key info from their site under LMS > Settings > EHS API
  • Base API URL: https://ehsapi.fldata.com/api/v1
  • API Swagger Link: https://ehsapi.fldata.com/swagger/index.html

3. Authorize the API

  • Option 1: Add query parameter “/?ApiKey=[APIKEY]” in the API URL (commonly used to pull data in a browser)
  • Option 2: Add Authorization header in the API call with value “Bearer [APIKEY]”

4. API Calling & Filtering

  • API Filters PDF
  • Ex: https://ehsapi.fldata.com/api/v1/Divisions/?APIKey=[APIKEY]