Introduction
Connecteam API Documentation
Welcome to the Connecteam API Documentation. This hub provides everything you need to integrate, automate, and extend Connecteam's workforce management platform.
Documentation Resources
| Resource | Description |
|---|---|
| API Reference | Complete endpoint documentation with request/response schemas. Always the most up-to-date source. |
| Guides (this section) | Tutorials, best practices, and detailed explanations |
| Changelog | Latest updates and new features |
| Discussion Board | Community Q&A and support |
ImportantThe API Reference is the authoritative source for endpoint specifications and is updated in real-time with production. These guides provide helpful context and examples, but may occasionally differ from the latest API behavior. When in doubt, refer to the API Reference.
Quick Start
- Get your API key: Settings → API Keys → Add API Key
- Authenticate: Include
X-API-KEY: <your_key>in request headers - Make your first call:
GET https://api.connecteam.com/me
Base URLs
| Region | Base URL |
|---|---|
| Global | https://api.connecteam.com |
| Australia | https://api-au.connecteam.com |
Key Concepts
- Flexible Schemas: Our API evolves continuously. New fields may be added to responses – implement flexible schema validation to maintain compatibility.
- Rate Limits: Requests are limited per plan. See Rate Limiting for details.
- Pagination: List endpoints use
limitandoffsetparameters. See Pagination.
SDK Notice
NoteThe SDK suggested in the API reference sandbox is a third-party package, not an official Connecteam SDK.
Updated 19 days ago
