@extends('layouts.app') @section('title', 'Authentication') @section('content')

An API key provided by MyFileRunner is necessary in order to interact with the MyFileRunner API.

This functionality is available for MFR administrators only. Here are the steps to obtain your client token and start interacting with our API directly:

1. Log into MyFileRunner as an administrator.
2. Obtain a client token from the menu option shown below.
3. Include the client token in your requests
@endsection