Getting Started

This section covers everything you need to know to start using the Flintn API.

Overview

The Flintn API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

In This Section

Quick Example

curl -X GET https://api.flintn.com/v1/status \
  -H "Authorization: Bearer YOUR_API_KEY"

Last updated