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

ResourceDescription
API ReferenceComplete endpoint documentation with request/response schemas. Always the most up-to-date source.
Guides (this section)Tutorials, best practices, and detailed explanations
ChangelogLatest updates and new features
Discussion BoardCommunity Q&A and support
🚧

Important

The 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

  1. Get your API key: Settings → API Keys → Add API Key
  2. Authenticate: Include X-API-KEY: <your_key> in request headers
  3. Make your first call: GET https://api.connecteam.com/me

Base URLs

RegionBase URL
Globalhttps://api.connecteam.com
Australiahttps://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 limit and offset parameters. See Pagination.

SDK Notice

📝

Note

The SDK suggested in the API reference sandbox is a third-party package, not an official Connecteam SDK.