Overview
The Flextell API is a REST API that returns JSON responses. All requests are made over HTTPS. Base URLv0.0.1
Authentication
Every request to the Flextell API must include a valid access token in theAuthorization header:
Content type
All request bodies must be sent as JSON. Set theContent-Type header on any request that includes a body:
Rate limiting
The API includes rate limit information in the response headers of every request.| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum number of requests allowed in the current window |
X-RateLimit-Remaining | Number of requests remaining in the current window |
X-RateLimit-Reset | Unix timestamp when the current window resets |
Example request
The following shows a minimal authenticated request using curl:Next steps
Authentication
Set up OAuth 2.0 and obtain an access token.
Endpoints
Browse the available API endpoints.