API Overview
The GFile Plus API follows RESTful conventions.
Base URL
https://app.gfileplus.com/api/v1
Authentication
All requests require a Bearer token:
Authorization: Bearer <your-token>
or an apiKey as query parameter:
https://app.gfileplus.com/api/v1/resource?apiKey=<your-api-key>
API keys are associated to a user and carry the same permissions.