Getting Started
Introduction
Updated: July 4, 2025
Welcome to the FireTail API documentation.
The FireTail API provides a secure, RESTful interface for programmatically accessing features of the FireTail platform. It uses OAuth 2.0 client credentials flow for authentication and sand supports pagination for efficient retrieval of large datasets.
This section covers the fundamental concepts required to begin working with the API, including:
- Authentication: How to authenticate requests using JWT tokens.
- Pagination: Efficiently fetch large result sets using pagination.
- Error handling: Understand common error responses and how to resolve them.
- Operational guidelines: Review rate limits, scope requirements, and currently supported features.