TypeScript integration
import Flatfile_node from 'flatfile-node'; const client = new Flatfile_node({ accessToken: "YOUR_ACCESS_TOKEN" });
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.flat.io/v2/me
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.flat.io/v2/classes
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.flat.io/v2/collections